Searched defs:security_priv (Results 1 – 2 of 2) sorted by relevance
91 struct security_priv { struct92 u32 AuthAlgrthm; /* 802.11 auth, could be open, shared,95 u32 PrivacyAlgrthm; /* This specify the privacy for shared98 u32 PrivacyKeyIndex; /* this is only valid for legendary101 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, for110 union Keytype XGrptxmickey[2];[all …]
101 struct security_priv { struct102 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open,104 u32 dot11PrivacyAlgrthm; /* This specify the privacy for107 u32 dot11PrivacyKeyIndex; /* this is only valid for legendary109 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 Key115 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,117 union Keytype dot118021XGrptxmickey[4];[all …]