Searched refs:GetAddr2Ptr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | wifi.h | 287 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro 334 sa = GetAddr2Ptr(pframe); in get_sa() 340 sa = GetAddr2Ptr(pframe); in get_sa() 360 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 358 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 425 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 513 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 254 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 297 sa = GetAddr2Ptr(pframe); in get_sa() 303 sa = GetAddr2Ptr(pframe); in get_sa() 322 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 916 ether_addr_copy((void *)GetAddr2Ptr(pwlanhdr), in issue_asocrsp() 2135 ether_addr_copy(bssid->MacAddress, GetAddr2Ptr(pframe)); in collect_bss_info() 2147 ether_addr_copy(bssid->MacAddress, GetAddr2Ptr(pframe)); in collect_bss_info() 2612 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 2626 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 2648 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 2681 sa = GetAddr2Ptr(pframe); in OnAuth() 2945 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 3322 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 3452 reason, GetAddr2Ptr(pframe)); in OnDeAuth() [all …]
|
D | rtw_recv.c | 889 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1011 GetAddr2Ptr(precv_frame->pkt->data)); in validate_recv_mgnt_frame() 1078 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 534 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 843 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 860 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 884 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 916 sa = GetAddr2Ptr(pframe); in OnAuth() 1222 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1644 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 1777 reason, GetAddr2Ptr(pframe)); in OnDeAuth() 1779 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1852 reason, GetAddr2Ptr(pframe)); in OnDisassoc() [all …]
|
D | rtw_recv.c | 846 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()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2429 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()
|