Searched refs:GetAddr2Ptr (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8712/ |
D | wifi.h | 322 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro 369 sa = GetAddr2Ptr(pframe); in get_sa() 375 sa = GetAddr2Ptr(pframe); in get_sa() 395 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()
|
/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 384 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 434 sa = GetAddr2Ptr(pframe); in get_sa() 440 sa = GetAddr2Ptr(pframe); in get_sa() 459 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 439 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 612 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 626 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 648 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 680 sa = GetAddr2Ptr(pframe); in OnAuth() 947 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1330 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 1465 reason, GetAddr2Ptr(pframe)); in OnDeAuth() 1467 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1519 reason, GetAddr2Ptr(pframe)); in OnDisassoc() [all …]
|
D | rtw_recv.c | 775 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 873 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 992 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1113 GetAddr2Ptr(precv_frame->rx_data)); in validate_recv_mgnt_frame() 1182 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|