Searched refs:Keytype (Results 1 – 6 of 6) sorted by relevance
77 union Keytype { union101 union Keytype DefKey[4]; /* this is only valid for def. key */107 union Keytype XGrpKey[2]; /* 802.1x Group Key, for110 union Keytype XGrptxmickey[2];111 union Keytype XGrprxmickey[2];
71 union Keytype tkiptxmickey;72 union Keytype tkiprxmickey;73 union Keytype x_UncstKey;
848 sizeof(union Keytype)); in r8712_joinbss_event_callback()852 sizeof(union Keytype)); in r8712_joinbss_event_callback()856 sizeof(union Keytype)); in r8712_joinbss_event_callback()
87 union Keytype { union109 union Keytype dot11DefKey[4]; /* this is only valid for def. key */115 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key,117 union Keytype dot118021XGrptxmickey[4];118 union Keytype dot118021XGrprxmickey[4];
96 union Keytype dot11tkiptxmickey;97 union Keytype dot11tkiprxmickey;98 union Keytype dot118021x_UncstKey;
895 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()896 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()897 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()