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_PEER_AUTH_STATE enumerated type specifies the possible values for the authentication state of a peer on the wireless Hosted Network.
Syntax
typedef enum _WLAN_HOSTED_NETWORK_PEER_AUTH_STATE {
wlan_hosted_network_peer_state_invalid,
wlan_hosted_network_peer_state_authenticated
} WLAN_HOSTED_NETWORK_PEER_AUTH_STATE, *PWLAN_HOSTED_NETWORK_PEER_AUTH_STATE;
Constants
wlan_hosted_network_peer_state_invalidAn invalid peer state. |
wlan_hosted_network_peer_state_authenticatedThe peer is authenticated. |
Remarks
The WLAN_HOSTED_NETWORK_PEER_AUTH_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) |
See also
WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE