Searched refs:dot11tkiptxmickey (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 88 union Keytype dot11tkiptxmickey; member
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 91 union Keytype dot11tkiptxmickey; member
|
D | rtw_xmit.h | 190 union Keytype dot11tkiptxmickey; member
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 488 memset(pattrib->dot11tkiptxmickey.skey, 0, 16); in update_attrib_sec_info() 554 memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); in update_attrib_sec_info() 840 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) in xmitframe_addmic() 843 rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
|
D | rtw_mlme.c | 1163 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 620 if (!memcmp(&stainfo->dot11tkiptxmickey.skey[0], null_key, 16)) in xmitframe_addmic() 623 rtw_secmicsetkey(&micdata, &stainfo->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
|
D | rtw_mlme.c | 854 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 440 if (!memcmp(&psta->dot11tkiptxmickey.skey[0], null_key, 16)) { in ConstructARPResponse() 444 rtw_secmicsetkey(&micdata, &psta->dot11tkiptxmickey.skey[0]); in ConstructARPResponse()
|
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 755 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption() 962 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_set_encryption()
|
D | ioctl_linux.c | 546 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in wpa_set_encryption() 3624 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption()
|
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 448 memcpy(psta->dot11tkiptxmickey.skey, ¶m->u.crypt.key[16], 8); in wpa_set_encryption() 2322 memcpy(psta->dot11tkiptxmickey.skey, ¶m->u.crypt.key[16], 8); in rtw_set_encryption()
|