Partager via


énumération WLAN_AUTOCONF_OPCODE (wlanapi.h)

Le type énuméré WLAN_AUTOCONF_OPCODE spécifie un paramètre de configuration automatique.

Syntaxe

typedef enum _WLAN_AUTOCONF_OPCODE {
  wlan_autoconf_opcode_start = 0,
  wlan_autoconf_opcode_show_denied_networks,
  wlan_autoconf_opcode_power_setting,
  wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks,
  wlan_autoconf_opcode_allow_explicit_creds,
  wlan_autoconf_opcode_block_period,
  wlan_autoconf_opcode_allow_virtual_station_extensibility,
  wlan_autoconf_opcode_end
} WLAN_AUTOCONF_OPCODE, *PWLAN_AUTOCONF_OPCODE;

Notes

Le WLAN_AUTOCONF_OPCODE type énuméré est utilisé par le module de configuration automatique (ACM), le composant de configuration sans fil pris en charge sur Windows Vista et versions ultérieures.

Le WLAN_AUTOCONF_OPCODE spécifie les valeurs possibles pour le paramètre OpCode passé aux fonctions WlanQueryAutoConfigParameter et WlanSetAutoConfigParameter .

Spécifications

   
Client minimal pris en charge Windows 10 Build 20348
Serveur minimal pris en charge Windows 10 Build 20348
En-tête wlanapi.h

Voir aussi

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter