Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.h91 struct security_priv { struct
92 u32 AuthAlgrthm; /* 802.11 auth, could be open, shared,
95 u32 PrivacyAlgrthm; /* This specify the privacy for shared
98 u32 PrivacyKeyIndex; /* this is only valid for legendary
101 union Keytype DefKey[4]; /* this is only valid for def. key */
102 u32 DefKeylen[4];
103 u32 XGrpPrivacy; /* This specify the privacy algthm.
106 u32 XGrpKeyid; /* key id used for Grp Key */
107 union Keytype XGrpKey[2]; /* 802.1x Group Key, for
110 union Keytype XGrptxmickey[2];
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_security.h101 struct security_priv struct
103 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */
104 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */
107 … dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */
108 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
109 u32 dot11DefKeylen[4];
110 u8 key_mask; /* use to restore wep key after hal_init */
112 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */
113 u32 dot118021XGrpKeyid; /* key id used for Grp Key (tx key index) */
114 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_security.h93 struct security_priv { struct
94 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open,
97 u32 dot11PrivacyAlgrthm; /* This specify the privacy for
101 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary
104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
105 u32 dot11DefKeylen[4];
106 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm.
109 u32 dot118021XGrpKeyid; /* key id used for Grp Key
112 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
115 union Keytype dot118021XGrptxmickey[4];
[all …]