Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some missing constants in WlanAPI #4

Open
IgitBuh opened this issue Mar 19, 2018 · 0 comments
Open

Some missing constants in WlanAPI #4

IgitBuh opened this issue Mar 19, 2018 · 0 comments

Comments

@IgitBuh
Copy link

IgitBuh commented Mar 19, 2018

I'm actually not sure if this repository is the original source for this library. But it seems to be the most advanced version I found and it's the first search result, so I'll give it a go...

I've noticed that some constants are missing. Could you please add them to the project?


nduL2cmn.pas:
24:
  NDU_L2_NOTIFICATION_SOURCE_WLAN_HNWK                = $00000080;


nduWlanAPI.pas:
15:
  NDU_WLAN_PROFILE_GET_PLAINTEXT_KEY = $00000004;

622:
  NDU_WLAN_NOTIFICATION_SOURCE_ONEX = NDU_L2_NOTIFICATION_SOURCE_ONEX;

  NDU_WLAN_NOTIFICATION_SOURCE_HNWK = NDU_L2_NOTIFICATION_SOURCE_WLAN_HNWK;

I'd also like to suggest to replace all tab characters with two spaces. Using tabs is bad as they lead to strange effects during navigation and when copying parts to a different location. This can easily be done with search and replace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant