WLAN_AUTOCONF_OPCODE enumeration (wlanapi.h)

The WLAN_AUTOCONF_OPCODE enumerated type specifies an automatic configuration parameter.

Syntax

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;

Remarks

The WLAN_AUTOCONF_OPCODE enumerated type is used by the Auto Configuration Module (ACM), the wireless configuration component supported on Windows Vista and later.

The WLAN_AUTOCONF_OPCODE specifies the possible values for the OpCode parameter passed to the WlanQueryAutoConfigParameter and WlanSetAutoConfigParameter functions.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header wlanapi.h

See also

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter