Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h91 union Keytype dot11tkiptxmickey; member
H A Drtw_xmit.h182 union Keytype dot11tkiptxmickey; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c482 memset(pattrib->dot11tkiptxmickey.skey, 0, 16); in update_attrib_sec_info()
539 memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); in update_attrib_sec_info()
807 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) in xmitframe_addmic()
810 rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
H A Drtw_mlme.c1001 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c632 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption()
788 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_set_encryption()