Searched refs:GetAddr2Ptr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | wifi.h | 275 #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()
|
D | rtl871x_recv.c | 340 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 407 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 495 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 221 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 256 sa = GetAddr2Ptr(pframe); in get_sa() 262 sa = GetAddr2Ptr(pframe); in get_sa() 281 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 337 #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.10/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 909 ether_addr_copy((void *)GetAddr2Ptr(pwlanhdr), in issue_asocrsp() 2126 ether_addr_copy(bssid->MacAddress, GetAddr2Ptr(pframe)); in collect_bss_info() 2138 ether_addr_copy(bssid->MacAddress, GetAddr2Ptr(pframe)); in collect_bss_info() 2592 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 2606 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 2628 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 2661 sa = GetAddr2Ptr(pframe); in OnAuth() 2924 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 3302 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 3431 reason, GetAddr2Ptr(pframe)); in OnDeAuth() [all …]
|
D | rtw_recv.c | 875 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 997 GetAddr2Ptr(precv_frame->pkt->data)); in validate_recv_mgnt_frame() 1064 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 525 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 833 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 850 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 874 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 906 sa = GetAddr2Ptr(pframe); in OnAuth() 1211 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1629 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 1762 reason, GetAddr2Ptr(pframe)); in OnDeAuth() 1764 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1837 reason, GetAddr2Ptr(pframe)); in OnDisassoc() [all …]
|
D | rtw_recv.c | 844 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 965 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 1099 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1234 …struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data… in validate_recv_mgnt_frame() 1309 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame() 1420 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_80211w_mgmt()
|
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2397 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()
|