Home
last modified time | relevance | path

Searched defs:security_priv (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_security.h98 struct security_priv { struct
99 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */
100 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */
103 … dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */
104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
105 u32 dot11DefKeylen[4];
106 u8 key_mask; /* use to restore wep key after hal_init */
108 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */
109 u32 dot118021XGrpKeyid; /* key id used for Grp Key (tx key index) */
110 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */
[all …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_security.h83 struct security_priv { struct
84 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open,
86 u32 dot11PrivacyAlgrthm; /* This specify the privacy for
89 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary
91 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
92 u32 dot11DefKeylen[4];
93 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm.
95 u32 dot118021XGrpKeyid; /* key id used for Grp Key
97 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
99 union Keytype dot118021XGrptxmickey[4];
[all …]
/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_security.h79 struct security_priv { struct
80 u32 AuthAlgrthm; /* 802.11 auth, could be open, shared,
83 u32 PrivacyAlgrthm; /* This specify the privacy for shared
86 u32 PrivacyKeyIndex; /* this is only valid for legendary
89 union Keytype DefKey[4]; /* this is only valid for def. key */
90 u32 DefKeylen[4];
91 u32 XGrpPrivacy; /* This specify the privacy algthm.
94 u32 XGrpKeyid; /* key id used for Grp Key */
95 union Keytype XGrpKey[2]; /* 802.1x Group Key, for
98 union Keytype XGrptxmickey[2];
[all …]