Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dwifi.h188 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
218 da = GetAddr3Ptr(pframe); in get_da()
221 da = GetAddr3Ptr(pframe); in get_da()
239 sa = GetAddr3Ptr(pframe); in get_sa()
259 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/linux-6.12.1/drivers/staging/rtl8712/
Dwifi.h155 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
166 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c345 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
412 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c592 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1470 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth()
1522 reason, GetAddr3Ptr(pframe), in OnDeAuth()
1526 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
1541 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc()
1576 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1578 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
2747 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp()
4037 memcpy(bssid->mac_address, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
Drtw_recv.c709 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
796 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
Drtw_wlan_util.c1158 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()