WLAN_HOSTED_NETWORK_SECURITY_SETTINGS structure (wlanapi.h)
The WLAN_HOSTED_NETWORK_SECURITY_SETTINGS structure contains information about the security settings on the wireless Hosted Network.
Syntax
typedef struct _WLAN_HOSTED_NETWORK_SECURITY_SETTINGS {
DOT11_AUTH_ALGORITHM dot11AuthAlgo;
DOT11_CIPHER_ALGORITHM dot11CipherAlgo;
} WLAN_HOSTED_NETWORK_SECURITY_SETTINGS, *PWLAN_HOSTED_NETWORK_SECURITY_SETTINGS;
Members
dot11AuthAlgo
The authentication algorithm used by the wireless Hosted Network.
dot11CipherAlgo
The cipher algorithm used by the wireless Hosted Network.
Remarks
The WLAN_HOSTED_NETWORK_SECURITY_SETTINGS 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) |