Compartilhar via


enumeração WLAN_AUTOCONF_OPCODE (wlanapi.h)

O tipo enumerado WLAN_AUTOCONF_OPCODE especifica um parâmetro de configuração automática.

Sintaxe

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;

Comentários

O WLAN_AUTOCONF_OPCODE tipo enumerado é usado pelo Módulo de Configuração Automática (ACM), o componente de configuração sem fio com suporte no Windows Vista e posterior.

O WLAN_AUTOCONF_OPCODE especifica os valores possíveis para o parâmetro OpCode passado para as funções WlanQueryAutoConfigParameter e WlanSetAutoConfigParameter .

Requisitos

   
Cliente mínimo com suporte Windows 10 Build 20348
Servidor mínimo com suporte Windows 10 Build 20348
Cabeçalho wlanapi.h

Confira também

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter