Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/rtl8712/
Drtl871x_security.h91 struct security_priv { struct
92 u32 AuthAlgrthm; /* 802.11 auth, could be open, shared,
94 u32 PrivacyAlgrthm; /* This specify the privacy for shared
96 u32 PrivacyKeyIndex; /* this is only valid for legendary
98 union Keytype DefKey[4]; /* this is only valid for def. key */
99 u32 DefKeylen[4];
100 u32 XGrpPrivacy; /* This specify the privacy algthm.
102 u32 XGrpKeyid; /* key id used for Grp Key */
103 union Keytype XGrpKey[2]; /* 802.1x Group Key, for
105 union Keytype XGrptxmickey[2];
[all …]