WLAN_AUTOCONF_OPCODE 枚举 (wlanapi.h)

WLAN_AUTOCONF_OPCODE枚举类型指定自动配置参数。

语法

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;

备注

WLAN_AUTOCONF_OPCODE枚举类型由自动配置模块 (ACM) (Windows Vista 及更高版本支持的无线配置组件)使用。

WLAN_AUTOCONF_OPCODE指定传递给 WlanQueryAutoConfigParameterWlanSetAutoConfigParameter 函数的 OpCode 参数的可能值。

要求

   
最低受支持的客户端 Windows 10内部版本 20348
最低受支持的服务器 Windows 10内部版本 20348
标头 wlanapi.h

另请参阅

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter