Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WLAN_INTERFACE_STATE enumeration (wlanapi.h)

The WLAN_INTERFACE_STATE enumerated type indicates the state of an interface.

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2:  Only the wlan_interface_state_connected, wlan_interface_state_disconnected, and wlan_interface_state_authenticating values are supported.

Syntax

typedef enum _WLAN_INTERFACE_STATE {
 wlan_interface_state_not_ready,
 wlan_interface_state_connected,
 wlan_interface_state_ad_hoc_network_formed,
 wlan_interface_state_disconnecting,
 wlan_interface_state_disconnected,
 wlan_interface_state_associating,
 wlan_interface_state_discovering,
 wlan_interface_state_authenticating
} WLAN_INTERFACE_STATE, *PWLAN_INTERFACE_STATE;

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header wlanapi.h

See also

WLAN_CONNECTION_ATTRIBUTES

WLAN_INTERFACE_INFO

WlanQueryInterface


Feedback

Was this page helpful?

Additional resources