WLAN_HOSTED_NETWORK_STATE enumeration (wlanapi.h)
The WLAN_HOSTED_NETWORK_STATE enumerated type specifies the possible values for the network state of the wireless Hosted Network.
Syntax
typedef enum _WLAN_HOSTED_NETWORK_STATE {
wlan_hosted_network_unavailable,
wlan_hosted_network_idle,
wlan_hosted_network_active
} WLAN_HOSTED_NETWORK_STATE, *PWLAN_HOSTED_NETWORK_STATE;
Constants
wlan_hosted_network_unavailable The wireless Hosted Network is unavailable. |
wlan_hosted_network_idle The wireless Hosted Network is idle. |
wlan_hosted_network_active The wireless Hosted Network is active. |
Remarks
The WLAN_HOSTED_NETWORK_STATE enumerated type is an extension to native wireless APIs added to support the wireless Hosted Network on Windows 7 and later.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | wlanapi.h (include Wlanapi.h) |