Home
last modified time | relevance | path

Searched refs:ap_free_sta (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/rtl8188eu/include/
Drtw_ap.h56 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta,
/drivers/staging/rtl8188eu/core/
Drtw_ap.c372 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
426 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
1712 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta, in ap_free_sta() function
1816 ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush()
Drtw_mlme_ext.c1475 updated = ap_free_sta(padapter, psta, false, reason); in OnDeAuth()
1529 updated = ap_free_sta(padapter, psta, false, reason); in OnDisassoc()
/drivers/net/wireless/hostap/
Dhostap_ap.c124 static void ap_free_sta(struct ap_data *ap, struct sta_info *sta) in ap_free_sta() function
288 ap_free_sta(ap, sta); in ap_handle_timer()
520 ap_free_sta(ap, sta); in ap_control_kick_mac()
541 ap_free_sta(ap, sta); in ap_control_kickall()
933 ap_free_sta(ap, sta); in hostap_free_data()
2601 ap_free_sta(ap, sta); in prism2_hostapd_remove_sta()
/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2573 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_del_sta()