Home
last modified time | relevance | path

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

/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 …]
/drivers/staging/rtl8188eu/include/
Drtw_security.h101 struct security_priv { struct
102 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open,
104 u32 dot11PrivacyAlgrthm; /* This specify the privacy for
107 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary
109 union Keytype dot11DefKey[4]; /* this is only valid for def. key */
110 u32 dot11DefKeylen[4];
111 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm.
113 u32 dot118021XGrpKeyid; /* key id used for Grp Key
115 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,
117 union Keytype dot118021XGrptxmickey[4];
[all …]