Searched refs:Keytype (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 82 union Keytype { union 104 union Keytype dot11DefKey[4]; /* this is only valid for def. key */ 110 union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */ 111 union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID]; 112 union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID]; 116 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 | 183 union Keytype dot11tkiptxmickey; 185 union Keytype dot118021x_UncstKey;
|
/linux-6.1.9/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 | 57 union Keytype tkiptxmickey; 58 union Keytype tkiprxmickey; 59 union Keytype x_UncstKey;
|
D | rtl871x_mlme.c | 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()
|
D | rtl871x_ioctl_linux.c | 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()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_security.h | 69 union Keytype { union 91 union Keytype dot11DefKey[4]; /* this is only valid for def. key */ 97 union Keytype dot118021XGrpKey[4]; /* 802.1x Group Key, 99 union Keytype dot118021XGrptxmickey[4]; 100 union Keytype dot118021XGrprxmickey[4];
|
D | sta_info.h | 84 union Keytype dot11tkiptxmickey; 85 union Keytype dot11tkiprxmickey; 86 union Keytype dot118021x_UncstKey;
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 963 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 964 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 965 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 1056 memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 1058 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo() 1059 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|