Searched refs:GetAddr1Ptr (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 206 #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-v6.1/drivers/staging/r8188eu/include/ |
D | wifi.h | 231 #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) macro 251 da = GetAddr1Ptr(pframe); in get_da() 254 da = GetAddr1Ptr(pframe); in get_da() 301 sa = GetAddr1Ptr(pframe); in get_hdr_bssid() 304 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
|
/Linux-v6.1/drivers/staging/rtl8712/ |
D | wifi.h | 151 #define GetAddr1Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 4)) macro 172 sa = GetAddr1Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 341 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 408 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 495 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v6.1/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 708 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 795 memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 903 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame() 1212 if (!memcmp(padapter->eeprompriv.mac_addr, GetAddr1Ptr(precv_frame->u.hdr.rx_data), ETH_ALEN)) in validate_recv_mgnt_frame() 1214 else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data)) || in validate_recv_mgnt_frame() 1215 is_multicast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data))) in validate_recv_mgnt_frame() 1274 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_recv_data_frame() 1357 if (pattrib->privacy && !(IS_MCAST(GetAddr1Ptr(ptr))) && in validate_80211w_mgmt() 1367 memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt() 1384 } else if (IS_MCAST(GetAddr1Ptr(ptr)) && in validate_80211w_mgmt()
|
D | rtw_mlme_ext.c | 429 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher() 430 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in _mgt_dispatcher() 452 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher() 453 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) { in mgt_dispatcher() 1641 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ in OnAction_back() 1806 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public() 1834 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in OnAction_ht() 2008 memcpy(pattrib->ra, GetAddr1Ptr(pframe), ETH_ALEN); in update_mgntframe_attrib_addr() 2748 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()
|
/Linux-v6.1/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 3914 if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public() 3944 if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ in OnAction_p2p() 4778 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()
|