Searched refs:dot11tkiprxmickey (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 92 union Keytype dot11tkiprxmickey; member
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 160 memcpy(psta->dot11tkiprxmickey.skey, ¶m->u.crypt.key[24], 8); in wpa_set_encryption() 681 memcpy(psta->dot11tkiprxmickey.skey, ¶m->u.crypt.key[24], 8); in rtw_set_encryption()
|
D | ioctl_cfg80211.c | 633 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption() 791 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_set_encryption()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 333 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
|
D | rtw_mlme.c | 1048 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|