mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ extern "C" {
|
||||||
#define WLAN_MAX_PHY_INDEX 64
|
#define WLAN_MAX_PHY_INDEX 64
|
||||||
#define WLAN_MAX_NAME_LENGTH 256
|
#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 */
|
/* Enumerations */
|
||||||
|
|
||||||
#if defined(__midl) || defined(__WIDL__)
|
#if defined(__midl) || defined(__WIDL__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue