ホーム › NetworkManagement.WiFi › WLAN_SECURABLE_OBJECT
WLAN_SECURABLE_OBJECT
列挙型メンバー 18
| 名前 | 10進 | 16進 |
|---|---|---|
| wlan_secure_permit_list | 0 | 0x0 |
| wlan_secure_deny_list | 1 | 0x1 |
| wlan_secure_ac_enabled | 2 | 0x2 |
| wlan_secure_bc_scan_enabled | 3 | 0x3 |
| wlan_secure_bss_type | 4 | 0x4 |
| wlan_secure_show_denied | 5 | 0x5 |
| wlan_secure_interface_properties | 6 | 0x6 |
| wlan_secure_ihv_control | 7 | 0x7 |
| wlan_secure_all_user_profiles_order | 8 | 0x8 |
| wlan_secure_add_new_all_user_profiles | 9 | 0x9 |
| wlan_secure_add_new_per_user_profiles | 10 | 0xA |
| wlan_secure_media_streaming_mode_enabled | 11 | 0xB |
| wlan_secure_current_operation_mode | 12 | 0xC |
| wlan_secure_get_plaintext_key | 13 | 0xD |
| wlan_secure_hosted_network_elevated_access | 14 | 0xE |
| wlan_secure_virtual_station_extensibility | 15 | 0xF |
| wlan_secure_wfd_elevated_access | 16 | 0x10 |
| WLAN_SECURABLE_OBJECT_COUNT | 17 | 0x11 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WLAN_SECURABLE_OBJECT : int {
wlan_secure_permit_list = 0,
wlan_secure_deny_list = 1,
wlan_secure_ac_enabled = 2,
wlan_secure_bc_scan_enabled = 3,
wlan_secure_bss_type = 4,
wlan_secure_show_denied = 5,
wlan_secure_interface_properties = 6,
wlan_secure_ihv_control = 7,
wlan_secure_all_user_profiles_order = 8,
wlan_secure_add_new_all_user_profiles = 9,
wlan_secure_add_new_per_user_profiles = 10,
wlan_secure_media_streaming_mode_enabled = 11,
wlan_secure_current_operation_mode = 12,
wlan_secure_get_plaintext_key = 13,
wlan_secure_hosted_network_elevated_access = 14,
wlan_secure_virtual_station_extensibility = 15,
wlan_secure_wfd_elevated_access = 16,
WLAN_SECURABLE_OBJECT_COUNT = 17
} WLAN_SECURABLE_OBJECT;public enum WLAN_SECURABLE_OBJECT : int
{
wlan_secure_permit_list = 0,
wlan_secure_deny_list = 1,
wlan_secure_ac_enabled = 2,
wlan_secure_bc_scan_enabled = 3,
wlan_secure_bss_type = 4,
wlan_secure_show_denied = 5,
wlan_secure_interface_properties = 6,
wlan_secure_ihv_control = 7,
wlan_secure_all_user_profiles_order = 8,
wlan_secure_add_new_all_user_profiles = 9,
wlan_secure_add_new_per_user_profiles = 10,
wlan_secure_media_streaming_mode_enabled = 11,
wlan_secure_current_operation_mode = 12,
wlan_secure_get_plaintext_key = 13,
wlan_secure_hosted_network_elevated_access = 14,
wlan_secure_virtual_station_extensibility = 15,
wlan_secure_wfd_elevated_access = 16,
WLAN_SECURABLE_OBJECT_COUNT = 17,
}Public Enum WLAN_SECURABLE_OBJECT As Integer
wlan_secure_permit_list = 0
wlan_secure_deny_list = 1
wlan_secure_ac_enabled = 2
wlan_secure_bc_scan_enabled = 3
wlan_secure_bss_type = 4
wlan_secure_show_denied = 5
wlan_secure_interface_properties = 6
wlan_secure_ihv_control = 7
wlan_secure_all_user_profiles_order = 8
wlan_secure_add_new_all_user_profiles = 9
wlan_secure_add_new_per_user_profiles = 10
wlan_secure_media_streaming_mode_enabled = 11
wlan_secure_current_operation_mode = 12
wlan_secure_get_plaintext_key = 13
wlan_secure_hosted_network_elevated_access = 14
wlan_secure_virtual_station_extensibility = 15
wlan_secure_wfd_elevated_access = 16
WLAN_SECURABLE_OBJECT_COUNT = 17
End Enumimport enum
class WLAN_SECURABLE_OBJECT(enum.IntEnum):
wlan_secure_permit_list = 0
wlan_secure_deny_list = 1
wlan_secure_ac_enabled = 2
wlan_secure_bc_scan_enabled = 3
wlan_secure_bss_type = 4
wlan_secure_show_denied = 5
wlan_secure_interface_properties = 6
wlan_secure_ihv_control = 7
wlan_secure_all_user_profiles_order = 8
wlan_secure_add_new_all_user_profiles = 9
wlan_secure_add_new_per_user_profiles = 10
wlan_secure_media_streaming_mode_enabled = 11
wlan_secure_current_operation_mode = 12
wlan_secure_get_plaintext_key = 13
wlan_secure_hosted_network_elevated_access = 14
wlan_secure_virtual_station_extensibility = 15
wlan_secure_wfd_elevated_access = 16
WLAN_SECURABLE_OBJECT_COUNT = 17// WLAN_SECURABLE_OBJECT
pub const wlan_secure_permit_list: i32 = 0;
pub const wlan_secure_deny_list: i32 = 1;
pub const wlan_secure_ac_enabled: i32 = 2;
pub const wlan_secure_bc_scan_enabled: i32 = 3;
pub const wlan_secure_bss_type: i32 = 4;
pub const wlan_secure_show_denied: i32 = 5;
pub const wlan_secure_interface_properties: i32 = 6;
pub const wlan_secure_ihv_control: i32 = 7;
pub const wlan_secure_all_user_profiles_order: i32 = 8;
pub const wlan_secure_add_new_all_user_profiles: i32 = 9;
pub const wlan_secure_add_new_per_user_profiles: i32 = 10;
pub const wlan_secure_media_streaming_mode_enabled: i32 = 11;
pub const wlan_secure_current_operation_mode: i32 = 12;
pub const wlan_secure_get_plaintext_key: i32 = 13;
pub const wlan_secure_hosted_network_elevated_access: i32 = 14;
pub const wlan_secure_virtual_station_extensibility: i32 = 15;
pub const wlan_secure_wfd_elevated_access: i32 = 16;
pub const WLAN_SECURABLE_OBJECT_COUNT: i32 = 17;// WLAN_SECURABLE_OBJECT
const (
wlan_secure_permit_list int32 = 0
wlan_secure_deny_list int32 = 1
wlan_secure_ac_enabled int32 = 2
wlan_secure_bc_scan_enabled int32 = 3
wlan_secure_bss_type int32 = 4
wlan_secure_show_denied int32 = 5
wlan_secure_interface_properties int32 = 6
wlan_secure_ihv_control int32 = 7
wlan_secure_all_user_profiles_order int32 = 8
wlan_secure_add_new_all_user_profiles int32 = 9
wlan_secure_add_new_per_user_profiles int32 = 10
wlan_secure_media_streaming_mode_enabled int32 = 11
wlan_secure_current_operation_mode int32 = 12
wlan_secure_get_plaintext_key int32 = 13
wlan_secure_hosted_network_elevated_access int32 = 14
wlan_secure_virtual_station_extensibility int32 = 15
wlan_secure_wfd_elevated_access int32 = 16
WLAN_SECURABLE_OBJECT_COUNT int32 = 17
)const
wlan_secure_permit_list = 0;
wlan_secure_deny_list = 1;
wlan_secure_ac_enabled = 2;
wlan_secure_bc_scan_enabled = 3;
wlan_secure_bss_type = 4;
wlan_secure_show_denied = 5;
wlan_secure_interface_properties = 6;
wlan_secure_ihv_control = 7;
wlan_secure_all_user_profiles_order = 8;
wlan_secure_add_new_all_user_profiles = 9;
wlan_secure_add_new_per_user_profiles = 10;
wlan_secure_media_streaming_mode_enabled = 11;
wlan_secure_current_operation_mode = 12;
wlan_secure_get_plaintext_key = 13;
wlan_secure_hosted_network_elevated_access = 14;
wlan_secure_virtual_station_extensibility = 15;
wlan_secure_wfd_elevated_access = 16;
WLAN_SECURABLE_OBJECT_COUNT = 17;// WLAN_SECURABLE_OBJECT
pub const wlan_secure_permit_list: i32 = 0;
pub const wlan_secure_deny_list: i32 = 1;
pub const wlan_secure_ac_enabled: i32 = 2;
pub const wlan_secure_bc_scan_enabled: i32 = 3;
pub const wlan_secure_bss_type: i32 = 4;
pub const wlan_secure_show_denied: i32 = 5;
pub const wlan_secure_interface_properties: i32 = 6;
pub const wlan_secure_ihv_control: i32 = 7;
pub const wlan_secure_all_user_profiles_order: i32 = 8;
pub const wlan_secure_add_new_all_user_profiles: i32 = 9;
pub const wlan_secure_add_new_per_user_profiles: i32 = 10;
pub const wlan_secure_media_streaming_mode_enabled: i32 = 11;
pub const wlan_secure_current_operation_mode: i32 = 12;
pub const wlan_secure_get_plaintext_key: i32 = 13;
pub const wlan_secure_hosted_network_elevated_access: i32 = 14;
pub const wlan_secure_virtual_station_extensibility: i32 = 15;
pub const wlan_secure_wfd_elevated_access: i32 = 16;
pub const WLAN_SECURABLE_OBJECT_COUNT: i32 = 17;const
wlan_secure_permit_list* = 0
wlan_secure_deny_list* = 1
wlan_secure_ac_enabled* = 2
wlan_secure_bc_scan_enabled* = 3
wlan_secure_bss_type* = 4
wlan_secure_show_denied* = 5
wlan_secure_interface_properties* = 6
wlan_secure_ihv_control* = 7
wlan_secure_all_user_profiles_order* = 8
wlan_secure_add_new_all_user_profiles* = 9
wlan_secure_add_new_per_user_profiles* = 10
wlan_secure_media_streaming_mode_enabled* = 11
wlan_secure_current_operation_mode* = 12
wlan_secure_get_plaintext_key* = 13
wlan_secure_hosted_network_elevated_access* = 14
wlan_secure_virtual_station_extensibility* = 15
wlan_secure_wfd_elevated_access* = 16
WLAN_SECURABLE_OBJECT_COUNT* = 17enum WLAN_SECURABLE_OBJECT : int {
wlan_secure_permit_list = 0,
wlan_secure_deny_list = 1,
wlan_secure_ac_enabled = 2,
wlan_secure_bc_scan_enabled = 3,
wlan_secure_bss_type = 4,
wlan_secure_show_denied = 5,
wlan_secure_interface_properties = 6,
wlan_secure_ihv_control = 7,
wlan_secure_all_user_profiles_order = 8,
wlan_secure_add_new_all_user_profiles = 9,
wlan_secure_add_new_per_user_profiles = 10,
wlan_secure_media_streaming_mode_enabled = 11,
wlan_secure_current_operation_mode = 12,
wlan_secure_get_plaintext_key = 13,
wlan_secure_hosted_network_elevated_access = 14,
wlan_secure_virtual_station_extensibility = 15,
wlan_secure_wfd_elevated_access = 16,
WLAN_SECURABLE_OBJECT_COUNT = 17,
}#define global wlan_secure_permit_list 0x0
#define global wlan_secure_deny_list 0x1
#define global wlan_secure_ac_enabled 0x2
#define global wlan_secure_bc_scan_enabled 0x3
#define global wlan_secure_bss_type 0x4
#define global wlan_secure_show_denied 0x5
#define global wlan_secure_interface_properties 0x6
#define global wlan_secure_ihv_control 0x7
#define global wlan_secure_all_user_profiles_order 0x8
#define global wlan_secure_add_new_all_user_profiles 0x9
#define global wlan_secure_add_new_per_user_profiles 0xA
#define global wlan_secure_media_streaming_mode_enabled 0xB
#define global wlan_secure_current_operation_mode 0xC
#define global wlan_secure_get_plaintext_key 0xD
#define global wlan_secure_hosted_network_elevated_access 0xE
#define global wlan_secure_virtual_station_extensibility 0xF
#define global wlan_secure_wfd_elevated_access 0x10
#define global WLAN_SECURABLE_OBJECT_COUNT 0x11