Home
last modified time | relevance | path

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

/Linux-v6.6/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 + 1]; /* 802.1x Group Key, for inx0 and inx1 */
[all …]
/Linux-v6.6/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 …]