Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WLAN_CONNECTION_MODE enumerated type defines the mode of connection.Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: Only the wlan_connection_mode_profile value is supported.
Syntax
typedef enum _WLAN_CONNECTION_MODE {
wlan_connection_mode_profile = 0,
wlan_connection_mode_temporary_profile,
wlan_connection_mode_discovery_secure,
wlan_connection_mode_discovery_unsecure,
wlan_connection_mode_auto,
wlan_connection_mode_invalid
} WLAN_CONNECTION_MODE, *PWLAN_CONNECTION_MODE;
Constants
wlan_connection_mode_profileValue: 0 A profile will be used to make the connection. |
wlan_connection_mode_temporary_profileA temporary profile will be used to make the connection. |
wlan_connection_mode_discovery_secureSecure discovery will be used to make the connection. |
wlan_connection_mode_discovery_unsecureUnsecure discovery will be used to make the connection. |
wlan_connection_mode_autoThe connection is initiated by the wireless service automatically using a persistent profile. |
wlan_connection_mode_invalidNot used. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wlanapi.h |
| Redistributable | Wireless LAN API for Windows XP with SP2 |