Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h89 union Keytype dot11tkiprxmickey; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h92 union Keytype dot11tkiprxmickey; member
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c452 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in wpa_set_encryption()
2352 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c784 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption()
991 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_set_encryption()
Dioctl_linux.c554 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in wpa_set_encryption()
3661 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_recv.c249 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c879 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_recv.c355 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c1244 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()