Searched refs:rtw_free_stainfo (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 271 u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta) in rtw_free_stainfo() function 458 rtw_free_stainfo(padapter, psta); in rtw_free_all_stainfo()
|
H A D | rtw_ap.c | 50 rtw_free_stainfo(padapter, psta); in free_mlme_ap_info() 199 rtw_free_stainfo(padapter, psta); in expire_timeout_chk() 1925 rtw_free_stainfo(padapter, psta); in ap_free_sta() 2167 rtw_free_stainfo(padapter, psta); in stop_ap_mode()
|
H A D | rtw_mlme.c | 901 rtw_free_stainfo(adapter, psta); in rtw_free_assoc_resources() 910 rtw_free_stainfo(adapter, psta); in rtw_free_assoc_resources() 1189 rtw_free_stainfo(adapter, pcur_sta); in rtw_joinbss_event_prehandle() 1473 rtw_free_stainfo(adapter, psta); in rtw_stadel_event_callback()
|
H A D | rtw_mlme_ext.c | 846 rtw_free_stainfo(padapter, pstat); in OnAuth()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | sta_info.h | 367 extern u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta);
|