WLAN_HOSTED_NETWORK_PEER_STATE structure (wlanapi.h)

The WLAN_HOSTED_NETWORK_PEER_STATE structure contains information about the peer state for a peer on the wireless Hosted Network.

Syntax

typedef struct _WLAN_HOSTED_NETWORK_PEER_STATE {
  DOT11_MAC_ADDRESS                   PeerMacAddress;
  WLAN_HOSTED_NETWORK_PEER_AUTH_STATE PeerAuthState;
} WLAN_HOSTED_NETWORK_PEER_STATE, *PWLAN_HOSTED_NETWORK_PEER_STATE;

Members

PeerMacAddress

The MAC address of the peer being described.

PeerAuthState

The current authentication state of this peer.

Remarks

The WLAN_HOSTED_NETWORK_PEER_STATE structure 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

DOT11_MAC_ADDRESS

WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE

WLAN_HOSTED_NETWORK_PEER_AUTH_STATE

WLAN_HOSTED_NETWORK_STATUS

WlanHostedNetworkQueryStatus