Skip to content

Commit

Permalink
[PSDK:WLANAPI] Add defines for WlanGetAvailableNetworkList function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Orekhov committed Sep 26, 2024
1 parent 053939e commit c7802e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/include/psdk/wlanapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit c7802e8

Please sign in to comment.