Searched refs:Keytype (Results 1 – 8 of 8) sorted by relevance
82 union Keytype { union104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */110 union Keytype dot118021XGrpKey[BIP_MAX_KEYID + 1]; /* 802.1x Group Key, for inx0 and inx1 */111 union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID + 1];112 union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID + 1];116 union Keytype dot11wBIPKey[BIP_MAX_KEYID + 1]; /* BIP Key, for index4 and index5 */
91 union Keytype dot11tkiptxmickey;92 union Keytype dot11tkiprxmickey;93 union Keytype dot118021x_UncstKey;
183 union Keytype dot11tkiptxmickey;185 union Keytype dot118021x_UncstKey;
65 union Keytype { union89 union Keytype DefKey[4]; /* this is only valid for def. key */95 union Keytype XGrpKey[2]; /* 802.1x Group Key, for98 union Keytype XGrptxmickey[2];99 union Keytype XGrprxmickey[2];
57 union Keytype tkiptxmickey;58 union Keytype tkiprxmickey;59 union Keytype x_UncstKey;
780 sizeof(union Keytype)); in r8712_joinbss_event_callback()783 sizeof(union Keytype)); in r8712_joinbss_event_callback()786 sizeof(union Keytype)); in r8712_joinbss_event_callback()
98 union Keytype *gk = padapter->securitypriv.XGrpKey; in handle_group_key()99 union Keytype *gtk = padapter->securitypriv.XGrptxmickey; in handle_group_key()100 union Keytype *grk = padapter->securitypriv.XGrprxmickey; in handle_group_key()1594 union Keytype *dk = padapter->securitypriv.DefKey; in r8711_wx_get_enc()
1046 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()1048 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()1049 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()