Home
last modified time | relevance | path

Searched refs:GetAddr2Ptr (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dwifi.h186 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro
201 ta = GetAddr2Ptr(pframe); in get_ta()
236 sa = GetAddr2Ptr(pframe); in get_sa()
242 sa = GetAddr2Ptr(pframe); in get_sa()
262 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
/linux-6.12.1/drivers/staging/rtl8712/
Dwifi.h153 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro
169 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c344 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
411 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
498 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_recv.c708 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
795 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
905 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame()
1202 …struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data… in validate_recv_mgnt_frame()
1274 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
1367 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt()
Drtw_mlme_ext.c441 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher()
625 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon()
643 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon()
665 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon()
695 sa = GetAddr2Ptr(pframe); in OnAuth()
969 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq()
1355 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq()
1483 GetAddr2Ptr(pframe)); in OnDeAuth()
1485 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth()
1554 reason, GetAddr2Ptr(pframe)); in OnDisassoc()
[all …]
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1937 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()