Searched refs:GetAddr2Ptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | wifi.h | 299 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro 346 sa = GetAddr2Ptr(pframe); in get_sa() 352 sa = GetAddr2Ptr(pframe); in get_sa() 372 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 360 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 425 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 511 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 356 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 406 sa = GetAddr2Ptr(pframe); in get_sa() 412 sa = GetAddr2Ptr(pframe); in get_sa() 431 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 438 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 603 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 617 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 639 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 671 sa = GetAddr2Ptr(pframe); in OnAuth() 938 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1321 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 1456 reason, GetAddr2Ptr(pframe)); in OnDeAuth() 1458 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1510 reason, GetAddr2Ptr(pframe)); in OnDisassoc() [all …]
|
D | rtw_recv.c | 777 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 875 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 994 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1115 GetAddr2Ptr(precv_frame->rx_data)); in validate_recv_mgnt_frame() 1184 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|