Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dwifi.h324 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
352 da = GetAddr3Ptr(pframe); in get_da()
355 da = GetAddr3Ptr(pframe); in get_da()
372 sa = GetAddr3Ptr(pframe); in get_sa()
392 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c361 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
426 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
/drivers/staging/rtl8188eu/include/
Dwifi.h386 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
418 da = GetAddr3Ptr(pframe); in get_da()
421 da = GetAddr3Ptr(pframe); in get_da()
437 sa = GetAddr3Ptr(pframe); in get_sa()
456 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c587 if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { in OnBeacon()
1451 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), in OnDeAuth()
1488 reason, GetAddr3Ptr(pframe)); in OnDeAuth()
1490 receive_disconnect(padapter, GetAddr3Ptr(pframe) , reason); in OnDeAuth()
1505 if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), in OnDisassoc()
1541 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1543 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
2587 memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); in issue_asocrsp()
3860 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
Drtw_recv.c776 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
874 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
Drtw_wlan_util.c914 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()