Searched defs:security_priv (Results 1 – 2 of 2) sorted by relevance
98 struct security_priv { struct99 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */100 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */103 … dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */105 u32 dot11DefKeylen[4];106 u8 key_mask; /* use to restore wep key after hal_init */108 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */109 u32 dot118021XGrpKeyid; /* key id used for Grp Key (tx key index) */110 union Keytype dot118021XGrpKey[BIP_MAX_KEYID + 1]; /* 802.1x Group Key, for inx0 and inx1 */[all …]
79 struct security_priv { struct80 u32 AuthAlgrthm; /* 802.11 auth, could be open, shared,83 u32 PrivacyAlgrthm; /* This specify the privacy for shared86 u32 PrivacyKeyIndex; /* this is only valid for legendary89 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, for98 union Keytype XGrptxmickey[2];[all …]