Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h206 #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) macro
232 ra = GetAddr1Ptr(pframe); in rtl8723bs_get_ra()
249 da = GetAddr1Ptr(pframe); in get_da()
252 da = GetAddr1Ptr(pframe); in get_da()
302 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
305 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
/linux/drivers/staging/r8188eu/include/
A Dwifi.h321 #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) macro
344 da = GetAddr1Ptr(pframe); in get_da()
347 da = GetAddr1Ptr(pframe); in get_da()
394 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
397 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
/linux/drivers/staging/rtl8712/
A Dwifi.h151 #define GetAddr1Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 4)) macro
172 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
A Drtl871x_recv.c341 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
408 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
496 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_recv.c716 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
803 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
910 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame()
1213 if (!memcmp(padapter->eeprompriv.mac_addr, GetAddr1Ptr(precv_frame->u.hdr.rx_data), ETH_ALEN)) in validate_recv_mgnt_frame()
1215 else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data)) || in validate_recv_mgnt_frame()
1216 is_multicast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data))) in validate_recv_mgnt_frame()
1275 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
1358 if (pattrib->privacy && !(IS_MCAST(GetAddr1Ptr(ptr))) && in validate_80211w_mgmt()
1368 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt()
1387 } else if (IS_MCAST(GetAddr1Ptr(ptr)) && in validate_80211w_mgmt()
A Drtw_mlme_ext.c431 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher()
432 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in _mgt_dispatcher()
454 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher()
455 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) { in mgt_dispatcher()
1649 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ in OnAction_back()
1816 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public()
1844 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in OnAction_ht()
2018 memcpy(pattrib->ra, GetAddr1Ptr(pframe), ETH_ALEN); in update_mgntframe_attrib_addr()
2762 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()
/linux/drivers/staging/r8188eu/core/
A Drtw_recv.c634 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
721 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
826 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame()
952 if (!memcmp(padapter->eeprompriv.mac_addr, GetAddr1Ptr(precv_frame->rx_data), ETH_ALEN)) in validate_recv_mgnt_frame()
954 else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->rx_data)) || in validate_recv_mgnt_frame()
955 is_multicast_mac_addr(GetAddr1Ptr(precv_frame->rx_data))) in validate_recv_mgnt_frame()
1010 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
A Drtw_mlme_ext.c403 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher()
404 !is_broadcast_ether_addr(GetAddr1Ptr(pframe))) in _mgt_dispatcher()
422 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher()
423 !is_broadcast_ether_addr(GetAddr1Ptr(pframe))) in mgt_dispatcher()
1675 if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ in OnAction_back()
4051 if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public()
4093 if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ in OnAction_p2p()
4960 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()

Completed in 47 milliseconds