Home
last modified time | relevance | path

Searched refs:dot11tkiprxmickey (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dsta_info.h89 union Keytype dot11tkiprxmickey; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dsta_info.h92 union Keytype dot11tkiprxmickey; member
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c756 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption()
963 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_set_encryption()
Dioctl_linux.c547 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in wpa_set_encryption()
3625 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c449 memcpy(psta->dot11tkiprxmickey.skey, &param->u.crypt.key[24], 8); in wpa_set_encryption()
2323 memcpy(psta->dot11tkiprxmickey.skey, &param->u.crypt.key[24], 8); in rtw_set_encryption()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_recv.c241 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c853 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c353 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c1162 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()