Searched refs:GetAddr1Ptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wifi.h | 288 #define GetAddr1Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 4)) macro 314 da = GetAddr1Ptr(pframe); in get_da() 317 da = GetAddr1Ptr(pframe); in get_da() 366 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 361 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 427 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 514 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 265 #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) macro 295 da = GetAddr1Ptr(pframe); in get_da() 298 da = GetAddr1Ptr(pframe); in get_da() 345 sa = GetAddr1Ptr(pframe); in get_hdr_bssid() 348 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 755 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 852 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 959 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame() 1099 GetAddr1Ptr(precv_frame->rx_data), ETH_ALEN)) in validate_recv_mgnt_frame() 1101 else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->rx_data)) || in validate_recv_mgnt_frame() 1102 is_multicast_mac_addr(GetAddr1Ptr(precv_frame->rx_data))) in validate_recv_mgnt_frame() 1157 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
D | rtw_mlme_ext.c | 936 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp() 3705 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), in OnAction_back() 3857 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public() 4184 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher() 4185 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in _mgt_dispatcher() 4215 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher() 4216 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in mgt_dispatcher()
|