mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 00:43:32 +08:00
[PSDK] Add defines for dwFlags used by WlanGetAvailableNetworkList (#7390)
This will be used by Wireless LAN Wizard (wlanwiz). Reference: https://learn.microsoft.com/en-us/windows/win32/api/wlanapi/nf-wlanapi-wlangetavailablenetworklist CORE-6905
This commit is contained in:
parent
053939e27c
commit
1c0b769e96
@ -16,6 +16,9 @@ extern "C" {
|
||||
#define WLAN_MAX_PHY_INDEX 64
|
||||
#define WLAN_MAX_NAME_LENGTH 256
|
||||
|
||||
#define WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_ADHOC_PROFILES 0x00000001
|
||||
#define WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_MANUAL_HIDDEN_PROFILES 0x00000002
|
||||
|
||||
/* Enumerations */
|
||||
|
||||
#if defined(__midl) || defined(__WIDL__)
|
||||
|
Loading…
Reference in New Issue
Block a user