Home
last modified time | relevance | path

Searched refs:GetAddr1Ptr (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Dwifi.h288 #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()
Drtl871x_recv.c361 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/
Dwifi.h265 #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/
Drtw_recv.c755 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()
Drtw_mlme_ext.c936 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()