Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dwifi.h292 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
320 da = GetAddr3Ptr(pframe); in get_da()
323 da = GetAddr3Ptr(pframe); in get_da()
340 sa = GetAddr3Ptr(pframe); in get_sa()
360 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c363 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
429 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h269 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
301 da = GetAddr3Ptr(pframe); in get_da()
304 da = GetAddr3Ptr(pframe); in get_da()
320 sa = GetAddr3Ptr(pframe); in get_sa()
339 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c938 memcpy((void *)GetAddr3Ptr(pwlanhdr), pnetwork->MacAddress, ETH_ALEN); in issue_asocrsp()
2242 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
2679 if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { in OnBeacon()
3536 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDeAuth()
3572 reason, GetAddr3Ptr(pframe)); in OnDeAuth()
3574 receive_disconnect(padapter, GetAddr3Ptr(pframe) , reason); in OnDeAuth()
3591 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDisassoc()
3626 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
3628 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
Drtw_recv.c757 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
854 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
Drtw_wlan_util.c878 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()