Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Dwifi.h275 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro
310 sa = GetAddr2Ptr(pframe); in get_sa()
316 sa = GetAddr2Ptr(pframe); in get_sa()
336 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
Drtl871x_recv.c345 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
412 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
500 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dwifi.h254 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro
289 sa = GetAddr2Ptr(pframe); in get_sa()
295 sa = GetAddr2Ptr(pframe); in get_sa()
314 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dwifi.h337 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro
367 ta = GetAddr2Ptr(pframe); in get_ta()
402 sa = GetAddr2Ptr(pframe); in get_sa()
408 sa = GetAddr2Ptr(pframe); in get_sa()
428 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c915 ether_addr_copy((void *)GetAddr2Ptr(pwlanhdr), in issue_asocrsp()
2132 ether_addr_copy(bssid->MacAddress, GetAddr2Ptr(pframe)); in collect_bss_info()
2144 ether_addr_copy(bssid->MacAddress, GetAddr2Ptr(pframe)); in collect_bss_info()
2598 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon()
2612 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon()
2634 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon()
2667 sa = GetAddr2Ptr(pframe); in OnAuth()
2931 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq()
3308 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq()
3437 reason, GetAddr2Ptr(pframe)); in OnDeAuth()
[all …]
Drtw_recv.c884 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame()
1006 GetAddr2Ptr(precv_frame->pkt->data)); in validate_recv_mgnt_frame()
1073 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_recv.c846 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame()
967 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame()
1101 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame()
1236 …struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data… in validate_recv_mgnt_frame()
1311 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
1417 ppp = GetAddr2Ptr(ptr); in validate_80211w_mgmt()
1425 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt()
Drtw_mlme_ext.c524 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher()
832 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon()
849 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon()
873 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon()
905 sa = GetAddr2Ptr(pframe); in OnAuth()
1211 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq()
1631 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq()
1764 reason, GetAddr2Ptr(pframe)); in OnDeAuth()
1766 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth()
1839 reason, GetAddr2Ptr(pframe)); in OnDisassoc()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2419 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()