WLAN_HOSTED_NETWORK_SECURITY_SETTINGS structure (wlanapi.h)
La structure WLAN_HOSTED_NETWORK_SECURITY_SETTINGS contient des informations sur les paramètres de sécurité sur le réseau hébergé sans fil.
Syntaxe
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;
Membres
dot11AuthAlgo
Algorithme d’authentification utilisé par le réseau hébergé sans fil.
dot11CipherAlgo
Algorithme de chiffrement utilisé par le réseau hébergé sans fil.
Remarques
La structure WLAN_HOSTED_NETWORK_SECURITY_SETTINGS est une extension des API sans fil natives ajoutées pour prendre en charge le réseau hébergé sans fil sur Windows 7 et versions ultérieures.
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | wlanapi.h (incluez Wlanapi.h) |