wlanapi.h) (WLAN_AUTH_CIPHER_PAIR_LIST 结构
WLAN_AUTH_CIPHER_PAIR_LIST 结构包含身份验证和密码算法对的列表。
语法
typedef struct _WLAN_AUTH_CIPHER_PAIR_LIST {
DWORD dwNumberOfItems;
#if ...
DOT11_AUTH_CIPHER_PAIR *pAuthCipherPairList[];
#else
DOT11_AUTH_CIPHER_PAIR pAuthCipherPairList[1];
#endif
} WLAN_AUTH_CIPHER_PAIR_LIST, *PWLAN_AUTH_CIPHER_PAIR_LIST;
成员
dwNumberOfItems
包含支持的身份验证密码对数。
pAuthCipherPairList[*]
包含身份验证-密码对列表的 DOT11_AUTH_CIPHER_PAIR 结构。
pAuthCipherPairList[1]
包含身份验证-密码对列表的 DOT11_AUTH_CIPHER_PAIR 结构。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista、Windows XP SP3 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | wlanapi.h |
可再发行组件 | 带有 SP2 的 Windows XP 无线 LAN API |