Searched refs:GetAddr2Ptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wifi.h | 290 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10)) macro 337 sa = GetAddr2Ptr(pframe); in get_sa() 343 sa = GetAddr2Ptr(pframe); in get_sa() 363 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
D | rtl871x_recv.c | 362 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 428 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 515 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 267 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 317 sa = GetAddr2Ptr(pframe); in get_sa() 323 sa = GetAddr2Ptr(pframe); in get_sa() 342 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 937 memcpy((void *)GetAddr2Ptr(pwlanhdr), myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_asocrsp() 2227 memcpy(bssid->MacAddress, GetAddr2Ptr(pframe), ETH_ALEN); in collect_bss_info() 2239 memcpy(bssid->MacAddress, GetAddr2Ptr(pframe), ETH_ALEN); in collect_bss_info() 2704 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 2718 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 2740 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 2773 sa = GetAddr2Ptr(pframe); in OnAuth() 3038 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 3418 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 3549 reason, GetAddr2Ptr(pframe)); in OnDeAuth() [all …]
|
D | rtw_recv.c | 756 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in sta2sta_data_frame() 853 memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); in ap2sta_data_frame() 969 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in validate_recv_ctrl_frame() 1090 GetAddr2Ptr(precv_frame->rx_data)); in validate_recv_mgnt_frame() 1158 memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); in validate_recv_data_frame()
|