Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h289 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
317 da = GetAddr3Ptr(pframe); in get_da()
320 da = GetAddr3Ptr(pframe); in get_da()
337 sa = GetAddr3Ptr(pframe); in get_sa()
357 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c359 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
426 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h256 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
281 da = GetAddr3Ptr(pframe); in get_da()
284 da = GetAddr3Ptr(pframe); in get_da()
300 sa = GetAddr3Ptr(pframe); in get_sa()
319 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h339 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
384 da = GetAddr3Ptr(pframe); in get_da()
387 da = GetAddr3Ptr(pframe); in get_da()
405 sa = GetAddr3Ptr(pframe); in get_sa()
425 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c918 ether_addr_copy((void *)GetAddr3Ptr(pwlanhdr), pnetwork->MacAddress); in issue_asocrsp()
2150 ether_addr_copy(bssid->MacAddress, GetAddr3Ptr(pframe)); in collect_bss_info()
2587 if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { in OnBeacon()
3439 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDeAuth()
3474 reason, GetAddr3Ptr(pframe)); in OnDeAuth()
3476 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
3493 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDisassoc()
3528 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
3530 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
Drtw_wlan_util.c848 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c800 …C_FMT". Fix the length of ESR IE to avoid failed Beacon parsing.\n", MAC_ARG(GetAddr3Ptr(pframe))); in OnBeacon()
810 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1761 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth()
1816 reason, GetAddr3Ptr(pframe), ignore_received_deauth); in OnDeAuth()
1819 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
1836 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc()
1873 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1875 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
3145 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp()
4558 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
Drtw_recv.c847 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
968 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
Drtw_wlan_util.c1293 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()