Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h301 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16)) macro
329 da = GetAddr3Ptr(pframe); in get_da()
332 da = GetAddr3Ptr(pframe); in get_da()
349 sa = GetAddr3Ptr(pframe); in get_sa()
369 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()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h358 #define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) macro
390 da = GetAddr3Ptr(pframe); in get_da()
393 da = GetAddr3Ptr(pframe); in get_da()
409 sa = GetAddr3Ptr(pframe); in get_sa()
428 sa = GetAddr3Ptr(pframe); in get_hdr_bssid()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c578 if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { in OnBeacon()
1443 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDeAuth()
1479 reason, GetAddr3Ptr(pframe)); in OnDeAuth()
1481 receive_disconnect(padapter, GetAddr3Ptr(pframe) , reason); in OnDeAuth()
1497 if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) in OnDisassoc()
1532 reason, GetAddr3Ptr(pframe)); in OnDisassoc()
1534 receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); in OnDisassoc()
2578 memcpy((void *)GetAddr3Ptr(pwlanhdr), pnetwork->MacAddress, ETH_ALEN); in issue_asocrsp()
3861 memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); in collect_bss_info()
Drtw_recv.c778 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
876 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
Drtw_wlan_util.c882 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()