Searched refs:ap_free_sta (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8188eu/include/ |
D | rtw_ap.h | 56 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta,
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 372 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()
|
D | rtw_mlme_ext.c | 1475 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/ |
D | hostap_ap.c | 124 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/ |
D | ioctl_linux.c | 2573 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_del_sta()
|