WLAN_CONNECTION_MODE-Enumeration (wlanapi.h)
Der WLAN_CONNECTION_MODE aufgezählten Typ definiert den Verbindungsmodus. Windows XP mit SP3 und Wlan-API für Windows XP mit SP2: Nur der wlan_connection_mode_profile Wert wird unterstützt.
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;
Konstanten
wlan_connection_mode_profile Wert: 0 Ein Profil wird verwendet, um die Verbindung herzustellen. |
wlan_connection_mode_temporary_profile Ein temporäres Profil wird verwendet, um die Verbindung herzustellen. |
wlan_connection_mode_discovery_secure Die sichere Ermittlung wird verwendet, um die Verbindung herzustellen. |
wlan_connection_mode_discovery_unsecure Die unsichere Ermittlung wird verwendet, um die Verbindung herzustellen. |
wlan_connection_mode_auto Die Verbindung wird vom Drahtlosen Dienst automatisch mithilfe eines persistenten Profils initiiert. |
wlan_connection_mode_invalid Wird nicht verwendet. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista, Windows XP mit SP3 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | wlanapi.h |
Verteilbare Komponente | Wlan-API für Windows XP mit SP2 |