Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h92 union Keytype dot11tkiprxmickey; member
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c633 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption()
789 memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_set_encryption()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1000 memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()