Searched refs:ap_free_sta (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 33 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta, bool active, u16 reason);
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 257 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 310 updated = ap_free_sta(padapter, psta, false, in expire_timeout_chk() 1884 u8 ap_free_sta( in ap_free_sta() function 1951 ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush()
|
H A D | rtw_mlme_ext.c | 1493 updated = ap_free_sta(padapter, psta, false, reason); in OnDeAuth() 1564 updated = ap_free_sta(padapter, psta, false, reason); in OnDisassoc()
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 871 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_del_sta()
|
H A D | ioctl_cfg80211.c | 2382 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in cfg80211_rtw_del_station()
|