Searched refs:GetAddr2Ptr (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 208 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 238 ta = GetAddr2Ptr(pframe); in get_ta() 273 sa = GetAddr2Ptr(pframe); in get_sa() 279 sa = GetAddr2Ptr(pframe); in get_sa() 299 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/Linux-v5.15/drivers/staging/rtl8712/ |
D | wifi.h | 153 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro 169 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 342 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 409 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 497 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | wifi.h | 365 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 408 sa = GetAddr2Ptr(pframe); in get_sa() 414 sa = GetAddr2Ptr(pframe); in get_sa() 433 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/Linux-v5.15/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 713 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 800 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 909 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1205 …struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data… in validate_recv_mgnt_frame() 1276 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame() 1369 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt()
|
D | rtw_mlme_ext.c | 446 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 630 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 648 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 671 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 701 sa = GetAddr2Ptr(pframe); in OnAuth() 978 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1368 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 1498 GetAddr2Ptr(pframe)); in OnDeAuth() 1500 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1574 reason, GetAddr2Ptr(pframe)); in OnDisassoc() [all …]
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 417 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 592 if (!memcmp(pwdinfo->tx_prov_disc_info.peerIFAddr, GetAddr2Ptr(pframe), ETH_ALEN)) { in OnProbeRsp() 610 if (!memcmp(pwdinfo->nego_req_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN)) { in OnProbeRsp() 618 if (!memcmp(pwdinfo->invitereq_info.peer_macaddr, GetAddr2Ptr(pframe), ETH_ALEN)) { in OnProbeRsp() 677 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 692 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 714 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 746 sa = GetAddr2Ptr(pframe); in OnAuth() 1018 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1413 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() [all …]
|
D | rtw_recv.c | 698 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 791 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 906 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1018 psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->rx_data)); in validate_recv_mgnt_frame() 1085 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
D | rtw_p2p.c | 975 issue_p2p_devdisc_resp(pwdinfo, GetAddr2Ptr(pframe), status, dialogToken); in process_p2p_devdisc_req() 1013 issue_p2p_provision_resp(pwdinfo, GetAddr2Ptr(pframe), frame_body, uconfig_method); in process_p2p_provdisc_req() 1451 issue_p2p_presence_resp(pwdinfo, GetAddr2Ptr(pframe), status, dialogToken); in process_p2p_presence_req()
|
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2089 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()
|