Searched refs:dot11tkiprxmickey (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | sta_info.h | 85 union Keytype dot11tkiprxmickey; member
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 92 union Keytype dot11tkiprxmickey; member
|
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 161 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()
|
D | ioctl_cfg80211.c | 652 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/ |
D | rtw_recv.c | 276 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
|
D | rtw_mlme.c | 876 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 342 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
|
D | rtw_mlme.c | 1058 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/linux-5.19.10/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 460 memcpy(psta->dot11tkiprxmickey.skey, ¶m->u.crypt.key[24], 8); in wpa_set_encryption()
|