Win32 API 日本語リファレンス
ホームNetworkManagement.WiFi › WLAN_INTF_OPCODE

WLAN_INTF_OPCODE

列挙型
基底型i4

メンバー 30

名前10進16進
wlan_intf_opcode_autoconf_start00x0
wlan_intf_opcode_autoconf_enabled10x1
wlan_intf_opcode_background_scan_enabled20x2
wlan_intf_opcode_media_streaming_mode30x3
wlan_intf_opcode_radio_state40x4
wlan_intf_opcode_bss_type50x5
wlan_intf_opcode_interface_state60x6
wlan_intf_opcode_current_connection70x7
wlan_intf_opcode_channel_number80x8
wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs90x9
wlan_intf_opcode_supported_adhoc_auth_cipher_pairs100xA
wlan_intf_opcode_supported_country_or_region_string_list110xB
wlan_intf_opcode_current_operation_mode120xC
wlan_intf_opcode_supported_safe_mode130xD
wlan_intf_opcode_certified_safe_mode140xE
wlan_intf_opcode_hosted_network_capable150xF
wlan_intf_opcode_management_frame_protection_capable160x10
wlan_intf_opcode_secondary_sta_interfaces170x11
wlan_intf_opcode_secondary_sta_synchronized_connections180x12
wlan_intf_opcode_realtime_connection_quality190x13
wlan_intf_opcode_qos_info200x14
wlan_intf_opcode_autoconf_end2684354550xFFFFFFF
wlan_intf_opcode_msm_start2684357120x10000100
wlan_intf_opcode_statistics2684357130x10000101
wlan_intf_opcode_rssi2684357140x10000102
wlan_intf_opcode_msm_end5368709110x1FFFFFFF
wlan_intf_opcode_security_start5369364480x20010000
wlan_intf_opcode_security_end8053063670x2FFFFFFF
wlan_intf_opcode_ihv_start8053063680x30000000
wlan_intf_opcode_ihv_end10737418230x3FFFFFFF

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum WLAN_INTF_OPCODE : int {
    wlan_intf_opcode_autoconf_start = 0,
    wlan_intf_opcode_autoconf_enabled = 1,
    wlan_intf_opcode_background_scan_enabled = 2,
    wlan_intf_opcode_media_streaming_mode = 3,
    wlan_intf_opcode_radio_state = 4,
    wlan_intf_opcode_bss_type = 5,
    wlan_intf_opcode_interface_state = 6,
    wlan_intf_opcode_current_connection = 7,
    wlan_intf_opcode_channel_number = 8,
    wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs = 9,
    wlan_intf_opcode_supported_adhoc_auth_cipher_pairs = 10,
    wlan_intf_opcode_supported_country_or_region_string_list = 11,
    wlan_intf_opcode_current_operation_mode = 12,
    wlan_intf_opcode_supported_safe_mode = 13,
    wlan_intf_opcode_certified_safe_mode = 14,
    wlan_intf_opcode_hosted_network_capable = 15,
    wlan_intf_opcode_management_frame_protection_capable = 16,
    wlan_intf_opcode_secondary_sta_interfaces = 17,
    wlan_intf_opcode_secondary_sta_synchronized_connections = 18,
    wlan_intf_opcode_realtime_connection_quality = 19,
    wlan_intf_opcode_qos_info = 20,
    wlan_intf_opcode_autoconf_end = 268435455,
    wlan_intf_opcode_msm_start = 268435712,
    wlan_intf_opcode_statistics = 268435713,
    wlan_intf_opcode_rssi = 268435714,
    wlan_intf_opcode_msm_end = 536870911,
    wlan_intf_opcode_security_start = 536936448,
    wlan_intf_opcode_security_end = 805306367,
    wlan_intf_opcode_ihv_start = 805306368,
    wlan_intf_opcode_ihv_end = 1073741823
} WLAN_INTF_OPCODE;
public enum WLAN_INTF_OPCODE : int
{
    wlan_intf_opcode_autoconf_start = 0,
    wlan_intf_opcode_autoconf_enabled = 1,
    wlan_intf_opcode_background_scan_enabled = 2,
    wlan_intf_opcode_media_streaming_mode = 3,
    wlan_intf_opcode_radio_state = 4,
    wlan_intf_opcode_bss_type = 5,
    wlan_intf_opcode_interface_state = 6,
    wlan_intf_opcode_current_connection = 7,
    wlan_intf_opcode_channel_number = 8,
    wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs = 9,
    wlan_intf_opcode_supported_adhoc_auth_cipher_pairs = 10,
    wlan_intf_opcode_supported_country_or_region_string_list = 11,
    wlan_intf_opcode_current_operation_mode = 12,
    wlan_intf_opcode_supported_safe_mode = 13,
    wlan_intf_opcode_certified_safe_mode = 14,
    wlan_intf_opcode_hosted_network_capable = 15,
    wlan_intf_opcode_management_frame_protection_capable = 16,
    wlan_intf_opcode_secondary_sta_interfaces = 17,
    wlan_intf_opcode_secondary_sta_synchronized_connections = 18,
    wlan_intf_opcode_realtime_connection_quality = 19,
    wlan_intf_opcode_qos_info = 20,
    wlan_intf_opcode_autoconf_end = 268435455,
    wlan_intf_opcode_msm_start = 268435712,
    wlan_intf_opcode_statistics = 268435713,
    wlan_intf_opcode_rssi = 268435714,
    wlan_intf_opcode_msm_end = 536870911,
    wlan_intf_opcode_security_start = 536936448,
    wlan_intf_opcode_security_end = 805306367,
    wlan_intf_opcode_ihv_start = 805306368,
    wlan_intf_opcode_ihv_end = 1073741823,
}
Public Enum WLAN_INTF_OPCODE As Integer
    wlan_intf_opcode_autoconf_start = 0
    wlan_intf_opcode_autoconf_enabled = 1
    wlan_intf_opcode_background_scan_enabled = 2
    wlan_intf_opcode_media_streaming_mode = 3
    wlan_intf_opcode_radio_state = 4
    wlan_intf_opcode_bss_type = 5
    wlan_intf_opcode_interface_state = 6
    wlan_intf_opcode_current_connection = 7
    wlan_intf_opcode_channel_number = 8
    wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs = 9
    wlan_intf_opcode_supported_adhoc_auth_cipher_pairs = 10
    wlan_intf_opcode_supported_country_or_region_string_list = 11
    wlan_intf_opcode_current_operation_mode = 12
    wlan_intf_opcode_supported_safe_mode = 13
    wlan_intf_opcode_certified_safe_mode = 14
    wlan_intf_opcode_hosted_network_capable = 15
    wlan_intf_opcode_management_frame_protection_capable = 16
    wlan_intf_opcode_secondary_sta_interfaces = 17
    wlan_intf_opcode_secondary_sta_synchronized_connections = 18
    wlan_intf_opcode_realtime_connection_quality = 19
    wlan_intf_opcode_qos_info = 20
    wlan_intf_opcode_autoconf_end = 268435455
    wlan_intf_opcode_msm_start = 268435712
    wlan_intf_opcode_statistics = 268435713
    wlan_intf_opcode_rssi = 268435714
    wlan_intf_opcode_msm_end = 536870911
    wlan_intf_opcode_security_start = 536936448
    wlan_intf_opcode_security_end = 805306367
    wlan_intf_opcode_ihv_start = 805306368
    wlan_intf_opcode_ihv_end = 1073741823
End Enum
import enum

class WLAN_INTF_OPCODE(enum.IntEnum):
    wlan_intf_opcode_autoconf_start = 0
    wlan_intf_opcode_autoconf_enabled = 1
    wlan_intf_opcode_background_scan_enabled = 2
    wlan_intf_opcode_media_streaming_mode = 3
    wlan_intf_opcode_radio_state = 4
    wlan_intf_opcode_bss_type = 5
    wlan_intf_opcode_interface_state = 6
    wlan_intf_opcode_current_connection = 7
    wlan_intf_opcode_channel_number = 8
    wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs = 9
    wlan_intf_opcode_supported_adhoc_auth_cipher_pairs = 10
    wlan_intf_opcode_supported_country_or_region_string_list = 11
    wlan_intf_opcode_current_operation_mode = 12
    wlan_intf_opcode_supported_safe_mode = 13
    wlan_intf_opcode_certified_safe_mode = 14
    wlan_intf_opcode_hosted_network_capable = 15
    wlan_intf_opcode_management_frame_protection_capable = 16
    wlan_intf_opcode_secondary_sta_interfaces = 17
    wlan_intf_opcode_secondary_sta_synchronized_connections = 18
    wlan_intf_opcode_realtime_connection_quality = 19
    wlan_intf_opcode_qos_info = 20
    wlan_intf_opcode_autoconf_end = 268435455
    wlan_intf_opcode_msm_start = 268435712
    wlan_intf_opcode_statistics = 268435713
    wlan_intf_opcode_rssi = 268435714
    wlan_intf_opcode_msm_end = 536870911
    wlan_intf_opcode_security_start = 536936448
    wlan_intf_opcode_security_end = 805306367
    wlan_intf_opcode_ihv_start = 805306368
    wlan_intf_opcode_ihv_end = 1073741823
// WLAN_INTF_OPCODE
pub const wlan_intf_opcode_autoconf_start: i32 = 0;
pub const wlan_intf_opcode_autoconf_enabled: i32 = 1;
pub const wlan_intf_opcode_background_scan_enabled: i32 = 2;
pub const wlan_intf_opcode_media_streaming_mode: i32 = 3;
pub const wlan_intf_opcode_radio_state: i32 = 4;
pub const wlan_intf_opcode_bss_type: i32 = 5;
pub const wlan_intf_opcode_interface_state: i32 = 6;
pub const wlan_intf_opcode_current_connection: i32 = 7;
pub const wlan_intf_opcode_channel_number: i32 = 8;
pub const wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs: i32 = 9;
pub const wlan_intf_opcode_supported_adhoc_auth_cipher_pairs: i32 = 10;
pub const wlan_intf_opcode_supported_country_or_region_string_list: i32 = 11;
pub const wlan_intf_opcode_current_operation_mode: i32 = 12;
pub const wlan_intf_opcode_supported_safe_mode: i32 = 13;
pub const wlan_intf_opcode_certified_safe_mode: i32 = 14;
pub const wlan_intf_opcode_hosted_network_capable: i32 = 15;
pub const wlan_intf_opcode_management_frame_protection_capable: i32 = 16;
pub const wlan_intf_opcode_secondary_sta_interfaces: i32 = 17;
pub const wlan_intf_opcode_secondary_sta_synchronized_connections: i32 = 18;
pub const wlan_intf_opcode_realtime_connection_quality: i32 = 19;
pub const wlan_intf_opcode_qos_info: i32 = 20;
pub const wlan_intf_opcode_autoconf_end: i32 = 268435455;
pub const wlan_intf_opcode_msm_start: i32 = 268435712;
pub const wlan_intf_opcode_statistics: i32 = 268435713;
pub const wlan_intf_opcode_rssi: i32 = 268435714;
pub const wlan_intf_opcode_msm_end: i32 = 536870911;
pub const wlan_intf_opcode_security_start: i32 = 536936448;
pub const wlan_intf_opcode_security_end: i32 = 805306367;
pub const wlan_intf_opcode_ihv_start: i32 = 805306368;
pub const wlan_intf_opcode_ihv_end: i32 = 1073741823;
// WLAN_INTF_OPCODE
const (
	wlan_intf_opcode_autoconf_start int32 = 0
	wlan_intf_opcode_autoconf_enabled int32 = 1
	wlan_intf_opcode_background_scan_enabled int32 = 2
	wlan_intf_opcode_media_streaming_mode int32 = 3
	wlan_intf_opcode_radio_state int32 = 4
	wlan_intf_opcode_bss_type int32 = 5
	wlan_intf_opcode_interface_state int32 = 6
	wlan_intf_opcode_current_connection int32 = 7
	wlan_intf_opcode_channel_number int32 = 8
	wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs int32 = 9
	wlan_intf_opcode_supported_adhoc_auth_cipher_pairs int32 = 10
	wlan_intf_opcode_supported_country_or_region_string_list int32 = 11
	wlan_intf_opcode_current_operation_mode int32 = 12
	wlan_intf_opcode_supported_safe_mode int32 = 13
	wlan_intf_opcode_certified_safe_mode int32 = 14
	wlan_intf_opcode_hosted_network_capable int32 = 15
	wlan_intf_opcode_management_frame_protection_capable int32 = 16
	wlan_intf_opcode_secondary_sta_interfaces int32 = 17
	wlan_intf_opcode_secondary_sta_synchronized_connections int32 = 18
	wlan_intf_opcode_realtime_connection_quality int32 = 19
	wlan_intf_opcode_qos_info int32 = 20
	wlan_intf_opcode_autoconf_end int32 = 268435455
	wlan_intf_opcode_msm_start int32 = 268435712
	wlan_intf_opcode_statistics int32 = 268435713
	wlan_intf_opcode_rssi int32 = 268435714
	wlan_intf_opcode_msm_end int32 = 536870911
	wlan_intf_opcode_security_start int32 = 536936448
	wlan_intf_opcode_security_end int32 = 805306367
	wlan_intf_opcode_ihv_start int32 = 805306368
	wlan_intf_opcode_ihv_end int32 = 1073741823
)
const
  wlan_intf_opcode_autoconf_start = 0;
  wlan_intf_opcode_autoconf_enabled = 1;
  wlan_intf_opcode_background_scan_enabled = 2;
  wlan_intf_opcode_media_streaming_mode = 3;
  wlan_intf_opcode_radio_state = 4;
  wlan_intf_opcode_bss_type = 5;
  wlan_intf_opcode_interface_state = 6;
  wlan_intf_opcode_current_connection = 7;
  wlan_intf_opcode_channel_number = 8;
  wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs = 9;
  wlan_intf_opcode_supported_adhoc_auth_cipher_pairs = 10;
  wlan_intf_opcode_supported_country_or_region_string_list = 11;
  wlan_intf_opcode_current_operation_mode = 12;
  wlan_intf_opcode_supported_safe_mode = 13;
  wlan_intf_opcode_certified_safe_mode = 14;
  wlan_intf_opcode_hosted_network_capable = 15;
  wlan_intf_opcode_management_frame_protection_capable = 16;
  wlan_intf_opcode_secondary_sta_interfaces = 17;
  wlan_intf_opcode_secondary_sta_synchronized_connections = 18;
  wlan_intf_opcode_realtime_connection_quality = 19;
  wlan_intf_opcode_qos_info = 20;
  wlan_intf_opcode_autoconf_end = 268435455;
  wlan_intf_opcode_msm_start = 268435712;
  wlan_intf_opcode_statistics = 268435713;
  wlan_intf_opcode_rssi = 268435714;
  wlan_intf_opcode_msm_end = 536870911;
  wlan_intf_opcode_security_start = 536936448;
  wlan_intf_opcode_security_end = 805306367;
  wlan_intf_opcode_ihv_start = 805306368;
  wlan_intf_opcode_ihv_end = 1073741823;
// WLAN_INTF_OPCODE
pub const wlan_intf_opcode_autoconf_start: i32 = 0;
pub const wlan_intf_opcode_autoconf_enabled: i32 = 1;
pub const wlan_intf_opcode_background_scan_enabled: i32 = 2;
pub const wlan_intf_opcode_media_streaming_mode: i32 = 3;
pub const wlan_intf_opcode_radio_state: i32 = 4;
pub const wlan_intf_opcode_bss_type: i32 = 5;
pub const wlan_intf_opcode_interface_state: i32 = 6;
pub const wlan_intf_opcode_current_connection: i32 = 7;
pub const wlan_intf_opcode_channel_number: i32 = 8;
pub const wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs: i32 = 9;
pub const wlan_intf_opcode_supported_adhoc_auth_cipher_pairs: i32 = 10;
pub const wlan_intf_opcode_supported_country_or_region_string_list: i32 = 11;
pub const wlan_intf_opcode_current_operation_mode: i32 = 12;
pub const wlan_intf_opcode_supported_safe_mode: i32 = 13;
pub const wlan_intf_opcode_certified_safe_mode: i32 = 14;
pub const wlan_intf_opcode_hosted_network_capable: i32 = 15;
pub const wlan_intf_opcode_management_frame_protection_capable: i32 = 16;
pub const wlan_intf_opcode_secondary_sta_interfaces: i32 = 17;
pub const wlan_intf_opcode_secondary_sta_synchronized_connections: i32 = 18;
pub const wlan_intf_opcode_realtime_connection_quality: i32 = 19;
pub const wlan_intf_opcode_qos_info: i32 = 20;
pub const wlan_intf_opcode_autoconf_end: i32 = 268435455;
pub const wlan_intf_opcode_msm_start: i32 = 268435712;
pub const wlan_intf_opcode_statistics: i32 = 268435713;
pub const wlan_intf_opcode_rssi: i32 = 268435714;
pub const wlan_intf_opcode_msm_end: i32 = 536870911;
pub const wlan_intf_opcode_security_start: i32 = 536936448;
pub const wlan_intf_opcode_security_end: i32 = 805306367;
pub const wlan_intf_opcode_ihv_start: i32 = 805306368;
pub const wlan_intf_opcode_ihv_end: i32 = 1073741823;
const
  wlan_intf_opcode_autoconf_start* = 0
  wlan_intf_opcode_autoconf_enabled* = 1
  wlan_intf_opcode_background_scan_enabled* = 2
  wlan_intf_opcode_media_streaming_mode* = 3
  wlan_intf_opcode_radio_state* = 4
  wlan_intf_opcode_bss_type* = 5
  wlan_intf_opcode_interface_state* = 6
  wlan_intf_opcode_current_connection* = 7
  wlan_intf_opcode_channel_number* = 8
  wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs* = 9
  wlan_intf_opcode_supported_adhoc_auth_cipher_pairs* = 10
  wlan_intf_opcode_supported_country_or_region_string_list* = 11
  wlan_intf_opcode_current_operation_mode* = 12
  wlan_intf_opcode_supported_safe_mode* = 13
  wlan_intf_opcode_certified_safe_mode* = 14
  wlan_intf_opcode_hosted_network_capable* = 15
  wlan_intf_opcode_management_frame_protection_capable* = 16
  wlan_intf_opcode_secondary_sta_interfaces* = 17
  wlan_intf_opcode_secondary_sta_synchronized_connections* = 18
  wlan_intf_opcode_realtime_connection_quality* = 19
  wlan_intf_opcode_qos_info* = 20
  wlan_intf_opcode_autoconf_end* = 268435455
  wlan_intf_opcode_msm_start* = 268435712
  wlan_intf_opcode_statistics* = 268435713
  wlan_intf_opcode_rssi* = 268435714
  wlan_intf_opcode_msm_end* = 536870911
  wlan_intf_opcode_security_start* = 536936448
  wlan_intf_opcode_security_end* = 805306367
  wlan_intf_opcode_ihv_start* = 805306368
  wlan_intf_opcode_ihv_end* = 1073741823
enum WLAN_INTF_OPCODE : int {
    wlan_intf_opcode_autoconf_start = 0,
    wlan_intf_opcode_autoconf_enabled = 1,
    wlan_intf_opcode_background_scan_enabled = 2,
    wlan_intf_opcode_media_streaming_mode = 3,
    wlan_intf_opcode_radio_state = 4,
    wlan_intf_opcode_bss_type = 5,
    wlan_intf_opcode_interface_state = 6,
    wlan_intf_opcode_current_connection = 7,
    wlan_intf_opcode_channel_number = 8,
    wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs = 9,
    wlan_intf_opcode_supported_adhoc_auth_cipher_pairs = 10,
    wlan_intf_opcode_supported_country_or_region_string_list = 11,
    wlan_intf_opcode_current_operation_mode = 12,
    wlan_intf_opcode_supported_safe_mode = 13,
    wlan_intf_opcode_certified_safe_mode = 14,
    wlan_intf_opcode_hosted_network_capable = 15,
    wlan_intf_opcode_management_frame_protection_capable = 16,
    wlan_intf_opcode_secondary_sta_interfaces = 17,
    wlan_intf_opcode_secondary_sta_synchronized_connections = 18,
    wlan_intf_opcode_realtime_connection_quality = 19,
    wlan_intf_opcode_qos_info = 20,
    wlan_intf_opcode_autoconf_end = 268435455,
    wlan_intf_opcode_msm_start = 268435712,
    wlan_intf_opcode_statistics = 268435713,
    wlan_intf_opcode_rssi = 268435714,
    wlan_intf_opcode_msm_end = 536870911,
    wlan_intf_opcode_security_start = 536936448,
    wlan_intf_opcode_security_end = 805306367,
    wlan_intf_opcode_ihv_start = 805306368,
    wlan_intf_opcode_ihv_end = 1073741823,
}
#define global wlan_intf_opcode_autoconf_start                             0x0
#define global wlan_intf_opcode_autoconf_enabled                           0x1
#define global wlan_intf_opcode_background_scan_enabled                    0x2
#define global wlan_intf_opcode_media_streaming_mode                       0x3
#define global wlan_intf_opcode_radio_state                                0x4
#define global wlan_intf_opcode_bss_type                                   0x5
#define global wlan_intf_opcode_interface_state                            0x6
#define global wlan_intf_opcode_current_connection                         0x7
#define global wlan_intf_opcode_channel_number                             0x8
#define global wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs 0x9
#define global wlan_intf_opcode_supported_adhoc_auth_cipher_pairs          0xA
#define global wlan_intf_opcode_supported_country_or_region_string_list    0xB
#define global wlan_intf_opcode_current_operation_mode                     0xC
#define global wlan_intf_opcode_supported_safe_mode                        0xD
#define global wlan_intf_opcode_certified_safe_mode                        0xE
#define global wlan_intf_opcode_hosted_network_capable                     0xF
#define global wlan_intf_opcode_management_frame_protection_capable        0x10
#define global wlan_intf_opcode_secondary_sta_interfaces                   0x11
#define global wlan_intf_opcode_secondary_sta_synchronized_connections     0x12
#define global wlan_intf_opcode_realtime_connection_quality                0x13
#define global wlan_intf_opcode_qos_info                                   0x14
#define global wlan_intf_opcode_autoconf_end                               0xFFFFFFF
#define global wlan_intf_opcode_msm_start                                  0x10000100
#define global wlan_intf_opcode_statistics                                 0x10000101
#define global wlan_intf_opcode_rssi                                       0x10000102
#define global wlan_intf_opcode_msm_end                                    0x1FFFFFFF
#define global wlan_intf_opcode_security_start                             0x20010000
#define global wlan_intf_opcode_security_end                               0x2FFFFFFF
#define global wlan_intf_opcode_ihv_start                                  0x30000000
#define global wlan_intf_opcode_ihv_end                                    0x3FFFFFFF