Searched refs:GetAddr3Ptr (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wifi.h | 292 #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()
|
D | rtl871x_recv.c | 363 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/ |
D | wifi.h | 269 #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/ |
D | rtw_mlme_ext.c | 938 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()
|
D | rtw_recv.c | 757 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 854 memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
|
D | rtw_wlan_util.c | 878 u8 *pbssid = GetAddr3Ptr(pframe); in rtw_check_bcn_info()
|