Searched refs:GetAddr2Ptr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | wifi.h | 208 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 223 ta = GetAddr2Ptr(pframe); in get_ta() 258 sa = GetAddr2Ptr(pframe); in get_sa() 264 sa = GetAddr2Ptr(pframe); in get_sa() 284 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | wifi.h | 153 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro 169 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
H A D | rtl871x_recv.c | 344 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()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 709 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 796 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 906 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1203 …struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data… in validate_recv_mgnt_frame() 1275 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame() 1368 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt()
|
H A D | rtw_mlme_ext.c | 626 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 644 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 696 sa = GetAddr2Ptr(pframe); in OnAuth() 970 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1484 GetAddr2Ptr(pframe)); in OnDeAuth() 1486 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1555 reason, GetAddr2Ptr(pframe)); in OnDisassoc() 1557 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDisassoc() 1600 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in on_action_spct() 1646 addr = GetAddr2Ptr(pframe); in OnAction_back() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1939 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()
|