Searched refs:rtw_free_stainfo (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 296 u32 rtw_free_stainfo(struct adapter *padapter , struct sta_info *psta) in rtw_free_stainfo() function 450 rtw_free_stainfo(padapter , psta); in rtw_free_all_stainfo()
|
D | rtw_ap.c | 66 rtw_free_stainfo(padapter, psta); in free_mlme_ap_info() 305 rtw_free_stainfo(padapter, psta); in expire_timeout_chk() 1744 rtw_free_stainfo(padapter, psta); in ap_free_sta() 1955 rtw_free_stainfo(padapter, psta); in stop_ap_mode()
|
D | rtw_mlme.c | 781 rtw_free_stainfo(adapter, psta); in rtw_free_assoc_resources() 792 rtw_free_stainfo(adapter, psta); in rtw_free_assoc_resources() 1071 rtw_free_stainfo(adapter, pcur_sta); in rtw_joinbss_event_prehandle() 1322 rtw_free_stainfo(adapter, psta); in rtw_stadel_event_callback()
|
D | rtw_mlme_ext.c | 807 rtw_free_stainfo(padapter , pstat); in OnAuth()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 362 extern u32 rtw_free_stainfo(struct adapter *adapt, struct sta_info *psta);
|