Home
last modified time | relevance | path

Searched refs:dot11tkiptxmickey (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h88 union Keytype dot11tkiptxmickey; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h91 union Keytype dot11tkiptxmickey; member
Drtw_xmit.h190 union Keytype dot11tkiptxmickey; member
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_xmit.c510 memset(pattrib->dot11tkiptxmickey.skey, 0, 16); in update_attrib_sec_info()
578 memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); in update_attrib_sec_info()
908 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) { in xmitframe_addmic()
914 rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
Drtw_mlme.c1245 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_xmit.c623 if (!memcmp(&stainfo->dot11tkiptxmickey.skey[0], null_key, 16)) { in xmitframe_addmic()
629 rtw_secmicsetkey(&micdata, &stainfo->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
Drtw_mlme.c880 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c440 if (!memcmp(&psta->dot11tkiptxmickey.skey[0], null_key, 16)) { in ConstructARPResponse()
444 rtw_secmicsetkey(&micdata, &psta->dot11tkiptxmickey.skey[0]); in ConstructARPResponse()
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c451 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in wpa_set_encryption()
2351 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c783 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption()
990 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_set_encryption()
Dioctl_linux.c553 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in wpa_set_encryption()
3660 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption()