Searched refs:dot11tkiptxmickey (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 91 union Keytype dot11tkiptxmickey; member
|
D | rtw_xmit.h | 183 union Keytype dot11tkiptxmickey; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 479 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()
|
D | rtw_mlme.c | 1049 memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); in rtw_joinbss_update_stainfo()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 159 memcpy(psta->dot11tkiptxmickey.skey, ¶m->u.crypt.key[16], 8); in wpa_set_encryption() 680 memcpy(psta->dot11tkiptxmickey.skey, ¶m->u.crypt.key[16], 8); in rtw_set_encryption()
|
D | ioctl_cfg80211.c | 632 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()
|