Searched defs:security_priv (Results 1 – 1 of 1) sorted by relevance
138 struct security_priv { struct139 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */140 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */143 … dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */144 union Keytype dot11DefKey[6]; /* this is only valid for def. key */145 u32 dot11DefKeylen[6];146 u8 dot11Def_camid[6];147 u8 key_mask; /* use to restore wep key after hal_init */149 u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */150 u32 dot118021XGrpKeyid; /* key id used for Grp Key ( tx key index) */[all …]