Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_unavailableThe wireless Hosted Network is unavailable. |
wlan_hosted_network_idleThe wireless Hosted Network is idle. |
wlan_hosted_network_activeThe 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) |