ap_free_sta
ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING);
updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING);
updated = ap_free_sta(padapter, psta, false,
updated = ap_free_sta(padapter, psta, false, reason);
updated = ap_free_sta(padapter, psta, false, reason);
u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta, bool active, u16 reason);
updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING);