ホーム › NetworkManagement.WiFi › RSNA_CIPHER_SUITE
RSNA_CIPHER_SUITE
列挙型メンバー 15
| 名前 | 10進 | 16進 |
|---|---|---|
| rsna_cipher_group | 11276032 | 0xAC0F00 |
| rsna_cipher_wep40 | 28053248 | 0x1AC0F00 |
| rsna_cipher_tkip | 44830464 | 0x2AC0F00 |
| rsna_cipher_reserved | 61607680 | 0x3AC0F00 |
| rsna_cipher_ccmp_128 | 78384896 | 0x4AC0F00 |
| rsna_cipher_wep104 | 95162112 | 0x5AC0F00 |
| rsna_cipher_bip_cmac_128 | 111939328 | 0x6AC0F00 |
| rsna_cipher_no_group_traffic | 128716544 | 0x7AC0F00 |
| rsna_cipher_gcmp_128 | 145493760 | 0x8AC0F00 |
| rsna_cipher_gcmp_256 | 162270976 | 0x9AC0F00 |
| rsna_cipher_ccmp_256 | 179048192 | 0xAAC0F00 |
| rsna_cipher_bip_gmac_128 | 195825408 | 0xBAC0F00 |
| rsna_cipher_bip_gmac_256 | 212602624 | 0xCAC0F00 |
| rsna_cipher_bip_cmac_256 | 229379840 | 0xDAC0F00 |
| rsna_cipher_max | 229379840 | 0xDAC0F00 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum RSNA_CIPHER_SUITE : int {
rsna_cipher_group = 11276032,
rsna_cipher_wep40 = 28053248,
rsna_cipher_tkip = 44830464,
rsna_cipher_reserved = 61607680,
rsna_cipher_ccmp_128 = 78384896,
rsna_cipher_wep104 = 95162112,
rsna_cipher_bip_cmac_128 = 111939328,
rsna_cipher_no_group_traffic = 128716544,
rsna_cipher_gcmp_128 = 145493760,
rsna_cipher_gcmp_256 = 162270976,
rsna_cipher_ccmp_256 = 179048192,
rsna_cipher_bip_gmac_128 = 195825408,
rsna_cipher_bip_gmac_256 = 212602624,
rsna_cipher_bip_cmac_256 = 229379840,
rsna_cipher_max = 229379840
} RSNA_CIPHER_SUITE;public enum RSNA_CIPHER_SUITE : int
{
rsna_cipher_group = 11276032,
rsna_cipher_wep40 = 28053248,
rsna_cipher_tkip = 44830464,
rsna_cipher_reserved = 61607680,
rsna_cipher_ccmp_128 = 78384896,
rsna_cipher_wep104 = 95162112,
rsna_cipher_bip_cmac_128 = 111939328,
rsna_cipher_no_group_traffic = 128716544,
rsna_cipher_gcmp_128 = 145493760,
rsna_cipher_gcmp_256 = 162270976,
rsna_cipher_ccmp_256 = 179048192,
rsna_cipher_bip_gmac_128 = 195825408,
rsna_cipher_bip_gmac_256 = 212602624,
rsna_cipher_bip_cmac_256 = 229379840,
rsna_cipher_max = 229379840,
}Public Enum RSNA_CIPHER_SUITE As Integer
rsna_cipher_group = 11276032
rsna_cipher_wep40 = 28053248
rsna_cipher_tkip = 44830464
rsna_cipher_reserved = 61607680
rsna_cipher_ccmp_128 = 78384896
rsna_cipher_wep104 = 95162112
rsna_cipher_bip_cmac_128 = 111939328
rsna_cipher_no_group_traffic = 128716544
rsna_cipher_gcmp_128 = 145493760
rsna_cipher_gcmp_256 = 162270976
rsna_cipher_ccmp_256 = 179048192
rsna_cipher_bip_gmac_128 = 195825408
rsna_cipher_bip_gmac_256 = 212602624
rsna_cipher_bip_cmac_256 = 229379840
rsna_cipher_max = 229379840
End Enumimport enum
class RSNA_CIPHER_SUITE(enum.IntEnum):
rsna_cipher_group = 11276032
rsna_cipher_wep40 = 28053248
rsna_cipher_tkip = 44830464
rsna_cipher_reserved = 61607680
rsna_cipher_ccmp_128 = 78384896
rsna_cipher_wep104 = 95162112
rsna_cipher_bip_cmac_128 = 111939328
rsna_cipher_no_group_traffic = 128716544
rsna_cipher_gcmp_128 = 145493760
rsna_cipher_gcmp_256 = 162270976
rsna_cipher_ccmp_256 = 179048192
rsna_cipher_bip_gmac_128 = 195825408
rsna_cipher_bip_gmac_256 = 212602624
rsna_cipher_bip_cmac_256 = 229379840
rsna_cipher_max = 229379840// RSNA_CIPHER_SUITE
pub const rsna_cipher_group: i32 = 11276032;
pub const rsna_cipher_wep40: i32 = 28053248;
pub const rsna_cipher_tkip: i32 = 44830464;
pub const rsna_cipher_reserved: i32 = 61607680;
pub const rsna_cipher_ccmp_128: i32 = 78384896;
pub const rsna_cipher_wep104: i32 = 95162112;
pub const rsna_cipher_bip_cmac_128: i32 = 111939328;
pub const rsna_cipher_no_group_traffic: i32 = 128716544;
pub const rsna_cipher_gcmp_128: i32 = 145493760;
pub const rsna_cipher_gcmp_256: i32 = 162270976;
pub const rsna_cipher_ccmp_256: i32 = 179048192;
pub const rsna_cipher_bip_gmac_128: i32 = 195825408;
pub const rsna_cipher_bip_gmac_256: i32 = 212602624;
pub const rsna_cipher_bip_cmac_256: i32 = 229379840;
pub const rsna_cipher_max: i32 = 229379840;// RSNA_CIPHER_SUITE
const (
rsna_cipher_group int32 = 11276032
rsna_cipher_wep40 int32 = 28053248
rsna_cipher_tkip int32 = 44830464
rsna_cipher_reserved int32 = 61607680
rsna_cipher_ccmp_128 int32 = 78384896
rsna_cipher_wep104 int32 = 95162112
rsna_cipher_bip_cmac_128 int32 = 111939328
rsna_cipher_no_group_traffic int32 = 128716544
rsna_cipher_gcmp_128 int32 = 145493760
rsna_cipher_gcmp_256 int32 = 162270976
rsna_cipher_ccmp_256 int32 = 179048192
rsna_cipher_bip_gmac_128 int32 = 195825408
rsna_cipher_bip_gmac_256 int32 = 212602624
rsna_cipher_bip_cmac_256 int32 = 229379840
rsna_cipher_max int32 = 229379840
)const
rsna_cipher_group = 11276032;
rsna_cipher_wep40 = 28053248;
rsna_cipher_tkip = 44830464;
rsna_cipher_reserved = 61607680;
rsna_cipher_ccmp_128 = 78384896;
rsna_cipher_wep104 = 95162112;
rsna_cipher_bip_cmac_128 = 111939328;
rsna_cipher_no_group_traffic = 128716544;
rsna_cipher_gcmp_128 = 145493760;
rsna_cipher_gcmp_256 = 162270976;
rsna_cipher_ccmp_256 = 179048192;
rsna_cipher_bip_gmac_128 = 195825408;
rsna_cipher_bip_gmac_256 = 212602624;
rsna_cipher_bip_cmac_256 = 229379840;
rsna_cipher_max = 229379840;// RSNA_CIPHER_SUITE
pub const rsna_cipher_group: i32 = 11276032;
pub const rsna_cipher_wep40: i32 = 28053248;
pub const rsna_cipher_tkip: i32 = 44830464;
pub const rsna_cipher_reserved: i32 = 61607680;
pub const rsna_cipher_ccmp_128: i32 = 78384896;
pub const rsna_cipher_wep104: i32 = 95162112;
pub const rsna_cipher_bip_cmac_128: i32 = 111939328;
pub const rsna_cipher_no_group_traffic: i32 = 128716544;
pub const rsna_cipher_gcmp_128: i32 = 145493760;
pub const rsna_cipher_gcmp_256: i32 = 162270976;
pub const rsna_cipher_ccmp_256: i32 = 179048192;
pub const rsna_cipher_bip_gmac_128: i32 = 195825408;
pub const rsna_cipher_bip_gmac_256: i32 = 212602624;
pub const rsna_cipher_bip_cmac_256: i32 = 229379840;
pub const rsna_cipher_max: i32 = 229379840;const
rsna_cipher_group* = 11276032
rsna_cipher_wep40* = 28053248
rsna_cipher_tkip* = 44830464
rsna_cipher_reserved* = 61607680
rsna_cipher_ccmp_128* = 78384896
rsna_cipher_wep104* = 95162112
rsna_cipher_bip_cmac_128* = 111939328
rsna_cipher_no_group_traffic* = 128716544
rsna_cipher_gcmp_128* = 145493760
rsna_cipher_gcmp_256* = 162270976
rsna_cipher_ccmp_256* = 179048192
rsna_cipher_bip_gmac_128* = 195825408
rsna_cipher_bip_gmac_256* = 212602624
rsna_cipher_bip_cmac_256* = 229379840
rsna_cipher_max* = 229379840enum RSNA_CIPHER_SUITE : int {
rsna_cipher_group = 11276032,
rsna_cipher_wep40 = 28053248,
rsna_cipher_tkip = 44830464,
rsna_cipher_reserved = 61607680,
rsna_cipher_ccmp_128 = 78384896,
rsna_cipher_wep104 = 95162112,
rsna_cipher_bip_cmac_128 = 111939328,
rsna_cipher_no_group_traffic = 128716544,
rsna_cipher_gcmp_128 = 145493760,
rsna_cipher_gcmp_256 = 162270976,
rsna_cipher_ccmp_256 = 179048192,
rsna_cipher_bip_gmac_128 = 195825408,
rsna_cipher_bip_gmac_256 = 212602624,
rsna_cipher_bip_cmac_256 = 229379840,
rsna_cipher_max = 229379840,
}#define global rsna_cipher_group 0xAC0F00
#define global rsna_cipher_wep40 0x1AC0F00
#define global rsna_cipher_tkip 0x2AC0F00
#define global rsna_cipher_reserved 0x3AC0F00
#define global rsna_cipher_ccmp_128 0x4AC0F00
#define global rsna_cipher_wep104 0x5AC0F00
#define global rsna_cipher_bip_cmac_128 0x6AC0F00
#define global rsna_cipher_no_group_traffic 0x7AC0F00
#define global rsna_cipher_gcmp_128 0x8AC0F00
#define global rsna_cipher_gcmp_256 0x9AC0F00
#define global rsna_cipher_ccmp_256 0xAAC0F00
#define global rsna_cipher_bip_gmac_128 0xBAC0F00
#define global rsna_cipher_bip_gmac_256 0xCAC0F00
#define global rsna_cipher_bip_cmac_256 0xDAC0F00
#define global rsna_cipher_max 0xDAC0F00