Searched refs:GetAddr2Ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | wifi.h | 186 #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) macro 201 ta = GetAddr2Ptr(pframe); in get_ta() 236 sa = GetAddr2Ptr(pframe); in get_sa() 242 sa = GetAddr2Ptr(pframe); in get_sa() 262 sa = GetAddr2Ptr(pframe); in get_hdr_bssid()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 440 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() 619 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 637 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnBeacon() 659 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 689 sa = GetAddr2Ptr(pframe); in OnAuth() 963 pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnAssocReq() 1340 issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); in OnAssocReq() 1468 GetAddr2Ptr(pframe)); in OnDeAuth() 1470 psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); in OnDeAuth() 1540 reason, GetAddr2Ptr(pframe)); in OnDisassoc() [all …]
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 1929 cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); in rtw_cfg80211_indicate_sta_assoc()
|