Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Dsta_info.h102 union Keytype dot11tkiprxmickey; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dsta_info.h102 union Keytype dot11tkiprxmickey; member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c625 memcpy(psta->dot11tkiprxmickey.skey, in rtw_cfg80211_ap_set_encryption()
799 memcpy(psta->dot11tkiprxmickey. in rtw_cfg80211_set_encryption()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c464 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in wpa_set_encryption()
2393 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c324 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c922 memset(&psta->dot11tkiprxmickey, 0, in rtw_joinbss_update_stainfo()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c307 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
Drtw_mlme.c927 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()