Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/include/
Dsta_info.h85 union Keytype dot11tkiprxmickey; member
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dsta_info.h92 union Keytype dot11tkiprxmickey; member
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c161 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in wpa_set_encryption()
699 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
Dioctl_cfg80211.c652 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption()
841 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_set_encryption()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_recv.c276 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c876 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c342 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c1058 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c460 memcpy(psta->dot11tkiprxmickey.skey, &param->u.crypt.key[24], 8); in wpa_set_encryption()