Searched refs:ap_sta_disassociate (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | utils.c | 84 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()
|
H A D | sta_info.h | 377 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
|
H A D | sta_info.c | 1003 ap_sta_disassociate(hapd, sta, reason); in ap_sta_handle_deauthenticate() 1102 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disassociate() function
|
H A D | ctrl_iface_ap.c | 732 ap_sta_disassociate(hapd, sta, reason); in hostapd_ctrl_iface_disassociate()
|
H A D | drv_callbacks.c | 1048 ap_sta_disassociate(hapd, sta, WLAN_REASON_DISASSOC_LOW_ACK); in hostapd_event_sta_low_ack()
|