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

RSNA_CIPHER_SUITE

列挙型
基底型i4

メンバー 15

名前10進16進
rsna_cipher_group112760320xAC0F00
rsna_cipher_wep40280532480x1AC0F00
rsna_cipher_tkip448304640x2AC0F00
rsna_cipher_reserved616076800x3AC0F00
rsna_cipher_ccmp_128783848960x4AC0F00
rsna_cipher_wep104951621120x5AC0F00
rsna_cipher_bip_cmac_1281119393280x6AC0F00
rsna_cipher_no_group_traffic1287165440x7AC0F00
rsna_cipher_gcmp_1281454937600x8AC0F00
rsna_cipher_gcmp_2561622709760x9AC0F00
rsna_cipher_ccmp_2561790481920xAAC0F00
rsna_cipher_bip_gmac_1281958254080xBAC0F00
rsna_cipher_bip_gmac_2562126026240xCAC0F00
rsna_cipher_bip_cmac_2562293798400xDAC0F00
rsna_cipher_max2293798400xDAC0F00

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 229379840
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,
}
#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