ホーム › NetworkManagement.WiFi › WLAN_INTF_OPCODE
WLAN_INTF_OPCODE
列挙型メンバー 30
| 名前 | 10進 | 16進 |
|---|---|---|
| wlan_intf_opcode_autoconf_start | 0 | 0x0 |
| wlan_intf_opcode_autoconf_enabled | 1 | 0x1 |
| wlan_intf_opcode_background_scan_enabled | 2 | 0x2 |
| wlan_intf_opcode_media_streaming_mode | 3 | 0x3 |
| wlan_intf_opcode_radio_state | 4 | 0x4 |
| wlan_intf_opcode_bss_type | 5 | 0x5 |
| wlan_intf_opcode_interface_state | 6 | 0x6 |
| wlan_intf_opcode_current_connection | 7 | 0x7 |
| wlan_intf_opcode_channel_number | 8 | 0x8 |
| wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs | 9 | 0x9 |
| wlan_intf_opcode_supported_adhoc_auth_cipher_pairs | 10 | 0xA |
| wlan_intf_opcode_supported_country_or_region_string_list | 11 | 0xB |
| wlan_intf_opcode_current_operation_mode | 12 | 0xC |
| wlan_intf_opcode_supported_safe_mode | 13 | 0xD |
| wlan_intf_opcode_certified_safe_mode | 14 | 0xE |
| wlan_intf_opcode_hosted_network_capable | 15 | 0xF |
| wlan_intf_opcode_management_frame_protection_capable | 16 | 0x10 |
| wlan_intf_opcode_secondary_sta_interfaces | 17 | 0x11 |
| wlan_intf_opcode_secondary_sta_synchronized_connections | 18 | 0x12 |
| wlan_intf_opcode_realtime_connection_quality | 19 | 0x13 |
| wlan_intf_opcode_qos_info | 20 | 0x14 |
| wlan_intf_opcode_autoconf_end | 268435455 | 0xFFFFFFF |
| wlan_intf_opcode_msm_start | 268435712 | 0x10000100 |
| wlan_intf_opcode_statistics | 268435713 | 0x10000101 |
| wlan_intf_opcode_rssi | 268435714 | 0x10000102 |
| wlan_intf_opcode_msm_end | 536870911 | 0x1FFFFFFF |
| wlan_intf_opcode_security_start | 536936448 | 0x20010000 |
| wlan_intf_opcode_security_end | 805306367 | 0x2FFFFFFF |
| wlan_intf_opcode_ihv_start | 805306368 | 0x30000000 |
| wlan_intf_opcode_ihv_end | 1073741823 | 0x3FFFFFFF |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 1073741823enum 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