DOT11_ASSOCIATION_STATE 枚举 (windot11.h)
重要本机 802.11 无线 LAN 接口在 Windows 10 及更高版本中已弃用。 请改用 WLAN 设备驱动程序接口 (WDI) 。 有关 WDI 的详细信息,请参阅 WLAN 通用 Windows 驱动程序模型。
语法
typedef enum _DOT11_ASSOCIATION_STATE {
dot11_assoc_state_zero = 0,
dot11_assoc_state_unauth_unassoc = 1,
dot11_assoc_state_auth_unassoc = 2,
dot11_assoc_state_auth_assoc = 3
} DOT11_ASSOCIATION_STATE, *PDOT11_ASSOCIATION_STATE;
常量
dot11_assoc_state_zero 关联状态未定义。 |
dot11_assoc_state_unauth_unassoc 802.11 工作站未经对等方身份验证,且未关联。 |
dot11_assoc_state_auth_unassoc 802.11 工作站通过对等机进行身份验证,但未关联。 |
dot11_assoc_state_auth_assoc 802.11 工作站已经过身份验证并与对等机关联。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows Vista 和更高版本的 Windows 操作系统中可用。 |
标头 | windot11.h (包括 Ndis.h) |