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