Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h210 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
240 da = GetAddr3Ptr(pframe); in get_da()
243 da = GetAddr3Ptr(pframe); in get_da()
261 sa = GetAddr3Ptr(pframe); in get_sa()
281 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/openbmc/linux/drivers/staging/rtl8712/
H A Dwifi.h155 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
166 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
H A 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()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c593 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1471 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth()
1523 reason, GetAddr3Ptr(pframe), in OnDeAuth()
1527 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
1542 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc()
1577 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1579 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
2748 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp()
4038 memcpy(bssid->mac_address, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
H A Drtw_recv.c710 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
797 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
H A Drtw_wlan_util.c1159 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()