Searched refs:GetAddr3Ptr (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 210 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro 255 da = GetAddr3Ptr(pframe); in get_da() 258 da = GetAddr3Ptr(pframe); in get_da() 276 sa = GetAddr3Ptr(pframe); in get_sa() 296 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | wifi.h | 235 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro 257 da = GetAddr3Ptr(pframe); in get_da() 260 da = GetAddr3Ptr(pframe); in get_da() 276 sa = GetAddr3Ptr(pframe); in get_sa() 295 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | wifi.h | 155 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro 166 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 343 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 410 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 595 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon() 1473 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth() 1525 reason, GetAddr3Ptr(pframe), in OnDeAuth() 1529 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 1544 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc() 1579 reason, GetAddr3Ptr(pframe)); in OnDisassoc() 1581 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc() 2750 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp() 4040 memcpy(bssid->mac_address, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
|
D | rtw_recv.c | 710 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 797 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
D | rtw_wlan_util.c | 1163 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 641 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon() 1468 if (!(!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) in OnDeAuth() 1517 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth() 1533 if (!(!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) in OnDisassoc() 1564 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc() 4780 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&pmlmeinfo->network), ETH_ALEN); in issue_asocrsp() 6229 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
|
D | rtw_wlan_util.c | 888 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|