Searched refs:GetAddr1Ptr (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8712/ |
D | wifi.h | 320 #define GetAddr1Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 4)) macro 346 da = GetAddr1Ptr(pframe); in get_da() 349 da = GetAddr1Ptr(pframe); in get_da() 398 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 359 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 424 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 510 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 382 #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) macro 412 da = GetAddr1Ptr(pframe); in get_da() 415 da = GetAddr1Ptr(pframe); in get_da() 462 sa = GetAddr1Ptr(pframe); in get_hdr_bssid() 465 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 774 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 872 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 982 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame() 1122 GetAddr1Ptr(precv_frame->rx_data), ETH_ALEN)) in validate_recv_mgnt_frame() 1124 else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->rx_data)) || in validate_recv_mgnt_frame() 1125 is_multicast_mac_addr(GetAddr1Ptr(precv_frame->rx_data))) in validate_recv_mgnt_frame() 1181 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
D | rtw_mlme_ext.c | 423 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher() 424 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in _mgt_dispatcher() 451 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher() 452 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in mgt_dispatcher() 1616 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), in OnAction_back() 1767 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public() 2585 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()
|