Home
last modified time | relevance | path

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

/Linux-v5.10/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 …]
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_security.h92 struct security_priv { struct
93 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open,
96 u32 dot11PrivacyAlgrthm; /* This specify the privacy for
100 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary
103 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
104 u32 dot11DefKeylen[4];
105 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm.
108 u32 dot118021XGrpKeyid; /* key id used for Grp Key
111 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
114 union Keytype dot118021XGrptxmickey[4];
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_security.h100 struct security_priv { struct
101 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */
102 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */
105 … dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */
106 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
107 u32 dot11DefKeylen[4];
108 u8 key_mask; /* use to restore wep key after hal_init */
110 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */
111 u32 dot118021XGrpKeyid; /* key id used for Grp Key (tx key index) */
112 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */
[all …]