Share via


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列挙型は、Windows Vista 以降でサポートされているワイヤレス構成コンポーネントである自動構成モジュール (ACM) によって使用されます。

WLAN_AUTOCONF_OPCODEでは、WlanQueryAutoConfigParameter 関数と WlanSetAutoConfigParameter 関数に渡される OpCode パラメーターに使用できる値指定します。

要件

   
サポートされている最小のクライアント Windows 10 ビルド 20348
サポートされている最小のサーバー Windows 10 ビルド 20348
Header wlanapi.h

関連項目

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter