Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dwifi.h277 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
294 da = GetAddr3Ptr(pframe); in get_da()
297 da = GetAddr3Ptr(pframe); in get_da()
313 sa = GetAddr3Ptr(pframe); in get_sa()
333 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c341 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
408 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
/drivers/staging/rtl8188eu/include/
Dwifi.h223 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
240 da = GetAddr3Ptr(pframe); in get_da()
243 da = GetAddr3Ptr(pframe); in get_da()
259 sa = GetAddr3Ptr(pframe); in get_sa()
278 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/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()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c911 ether_addr_copy((void *)GetAddr3Ptr(pwlanhdr), pnetwork->MacAddress); in issue_asocrsp()
2141 ether_addr_copy(bssid->MacAddress, GetAddr3Ptr(pframe)); in collect_bss_info()
2567 if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { in OnBeacon()
3418 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDeAuth()
3452 reason, GetAddr3Ptr(pframe)); in OnDeAuth()
3454 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
3471 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDisassoc()
3505 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
3507 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
Drtw_wlan_util.c794 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c790 …C_FMT". Fix the length of ESR IE to avoid failed Beacon parsing.\n", MAC_ARG(GetAddr3Ptr(pframe))); in OnBeacon()
800 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1746 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDeAuth()
1801 reason, GetAddr3Ptr(pframe), ignore_received_deauth); in OnDeAuth()
1804 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDeAuth()
1821 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) in OnDisassoc()
1858 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1860 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
3132 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp()
4544 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
Drtw_recv.c845 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
966 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
Drtw_wlan_util.c1234 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()