énumération WLAN_HOSTED_NETWORK_OPCODE (wlanapi.h)
Le WLAN_HOSTED_NETWORK_OPCODE type énuméré spécifie les valeurs possibles du code d’opération pour les propriétés à interroger ou à définir sur le réseau hébergé sans fil.
Syntax
typedef enum _WLAN_HOSTED_NETWORK_OPCODE {
wlan_hosted_network_opcode_connection_settings,
wlan_hosted_network_opcode_security_settings,
wlan_hosted_network_opcode_station_profile,
wlan_hosted_network_opcode_enable
} WLAN_HOSTED_NETWORK_OPCODE, *PWLAN_HOSTED_NETWORK_OPCODE;
Constantes
wlan_hosted_network_opcode_connection_settings Opcode utilisé pour interroger ou définir les paramètres de connexion réseau hébergé sans fil. |
wlan_hosted_network_opcode_security_settings Opcode utilisé pour interroger les paramètres de sécurité du réseau hébergé sans fil. |
wlan_hosted_network_opcode_station_profile Opcode utilisé pour interroger le profil de station de réseau hébergé sans fil. |
wlan_hosted_network_opcode_enable Opcode utilisé pour interroger ou définir l’indicateur réseau hébergé sans fil activé. |
Remarques
Le WLAN_HOSTED_NETWORK_OPCODE type énuméré est une extension aux API sans fil natives ajoutées pour prendre en charge le réseau hébergé sans fil sur Windows 7 et versions ultérieures.
Le WLAN_HOSTED_NETWORK_OPCODE spécifie les valeurs possibles du code d’opération pour les propriétés à interroger ou à définir sur le réseau hébergé sans fil.
Configuration requise
Condition requise | Valeur |
---|---|
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 (inclure Wlanapi.h) |