Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Dsta_info.h91 union Keytype dot11tkiptxmickey; member
Drtw_xmit.h183 union Keytype dot11tkiptxmickey; member
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c479 memset(pattrib->dot11tkiptxmickey.skey, 0, 16); in update_attrib_sec_info()
536 memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); in update_attrib_sec_info()
785 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) in xmitframe_addmic()
788 rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); in xmitframe_addmic()
Drtw_mlme.c1049 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c159 memcpy(psta->dot11tkiptxmickey.skey, &param->u.crypt.key[16], 8); in wpa_set_encryption()
680 memcpy(psta->dot11tkiptxmickey.skey, &param->u.crypt.key[16], 8); in rtw_set_encryption()
Dioctl_cfg80211.c632 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption()
790 memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_set_encryption()