Skip to content

Some missing constants in WlanAPI #4

@IgitBuh

Description

@IgitBuh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions