Searched defs:security_priv (Results 1 – 1 of 1) sorted by relevance
93 struct security_priv { struct94 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */95 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */98 … dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */99 union Keytype dot11DefKey[4]; /* this is only valid for def. key */100 u32 dot11DefKeylen[4];101 u8 key_mask; /* use to restore wep key after hal_init */103 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */104 u32 dot118021XGrpKeyid; /* key id used for Grp Key (tx key index) */105 union Keytype dot118021XGrpKey[BIP_MAX_KEYID + 1]; /* 802.1x Group Key, for inx0 and inx1 */[all …]