Compartir a través de


enumeración WLAN_AUTOCONF_OPCODE (wlanapi.h)

El tipo enumerado WLAN_AUTOCONF_OPCODE especifica un parámetro de configuración automática.

Sintaxis

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;

Observaciones

El WLAN_AUTOCONF_OPCODE tipo enumerado se usa en el Módulo de configuración automática (ACM), el componente de configuración inalámbrica admitido en Windows Vista y versiones posteriores.

El WLAN_AUTOCONF_OPCODE especifica los valores posibles para el parámetro OpCode pasado a las funciones WlanQueryAutoConfigParameter y WlanSetAutoConfigParameter .

Requisitos

   
Cliente mínimo compatible Compilación 20348 de Windows 10
Servidor mínimo compatible Compilación 20348 de Windows 10
Encabezado wlanapi.h

Consulte también

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter