Searched refs:Keytype (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_security.h | 65 union Keytype { union 89 union Keytype DefKey[4]; /* this is only valid for def. key */ 95 union Keytype XGrpKey[2]; /* 802.1x Group Key, for 98 union Keytype XGrptxmickey[2]; 99 union Keytype XGrprxmickey[2];
|
D | sta_info.h | 59 union Keytype tkiptxmickey; 60 union Keytype tkiprxmickey; 61 union Keytype x_UncstKey;
|
D | rtl871x_mlme.c | 803 sizeof(union Keytype)); in r8712_joinbss_event_callback() 807 sizeof(union Keytype)); in r8712_joinbss_event_callback() 811 sizeof(union Keytype)); in r8712_joinbss_event_callback()
|
D | rtl871x_ioctl_linux.c | 100 union Keytype *gk = padapter->securitypriv.XGrpKey; in handle_group_key() 101 union Keytype *gtk = padapter->securitypriv.XGrptxmickey; in handle_group_key() 102 union Keytype *grk = padapter->securitypriv.XGrprxmickey; in handle_group_key() 1596 union Keytype *dk = padapter->securitypriv.DefKey; in r8711_wx_get_enc()
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 78 union Keytype { union 103 union Keytype dot11DefKey[4]; /* this is only valid for def. key */ 111 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key, 114 union Keytype dot118021XGrptxmickey[4]; 115 union Keytype dot118021XGrprxmickey[4];
|
D | sta_info.h | 88 union Keytype dot11tkiptxmickey; 89 union Keytype dot11tkiprxmickey; 90 union Keytype dot118021x_UncstKey;
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 84 union Keytype { union 106 union Keytype dot11DefKey[4]; /* this is only valid for def. key */ 112 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */ 113 union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID]; 114 union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID]; 118 union Keytype dot11wBIPKey[6]; /* BIP Key, for index4 and index5 */
|
D | sta_info.h | 91 union Keytype dot11tkiptxmickey; 92 union Keytype dot11tkiprxmickey; 93 union Keytype dot118021x_UncstKey;
|
D | rtw_xmit.h | 190 union Keytype dot11tkiptxmickey; 192 union Keytype dot118021x_UncstKey;
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 852 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 853 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 854 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 1160 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 1162 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 1163 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|