Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dsta_info.h91 union Keytype dot11tkiptxmickey; member
Drtw_xmit.h183 union Keytype dot11tkiptxmickey; member
/Linux-v5.15/drivers/staging/r8188eu/include/
Dsta_info.h85 union Keytype dot11tkiptxmickey; member
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c707 memcpy(&stainfo->dot11tkiptxmickey, key->KeyMaterial + 16, 8); in rtw_set_802_11_add_key()
711 memcpy(&stainfo->dot11tkiptxmickey, key->KeyMaterial + 24, 8); in rtw_set_802_11_add_key()
Drtw_xmit.c622 if (!memcmp(&stainfo->dot11tkiptxmickey.skey[0], null_key, 16)) { in xmitframe_addmic()
627 rtw_secmicsetkey(&micdata, &stainfo->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
Drtw_mlme.c997 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_xmit.c471 memset(pattrib->dot11tkiptxmickey.skey, 0, 16); in update_attrib_sec_info()
528 memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); in update_attrib_sec_info()
777 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) in xmitframe_addmic()
780 rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
Drtw_mlme.c1060 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c173 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in wpa_set_encryption()
710 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption()
Dioctl_cfg80211.c685 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption()
874 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_set_encryption()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c524 memcpy(psta->dot11tkiptxmickey.skey, &param->u.crypt.key[16], 8); in wpa_set_encryption()