Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h92 union Keytype dot11tkiprxmickey; member
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c160 memcpy(psta->dot11tkiprxmickey.skey, &param->u.crypt.key[24], 8); in wpa_set_encryption()
681 memcpy(psta->dot11tkiprxmickey.skey, &param->u.crypt.key[24], 8); in rtw_set_encryption()
H A Dioctl_cfg80211.c633 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()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c333 mickey = &stainfo->dot11tkiprxmickey.skey[0]; in recvframe_chkmic()
H A Drtw_mlme.c1048 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()