Searched refs:ap_sta_disassociate (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | utils.c | 77 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()
|
D | sta_info.h | 372 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
|
D | sta_info.c | 836 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disassociate() function 895 ap_sta_disassociate(hapd, sta, reason); in ap_sta_deauthenticate()
|
D | ctrl_iface_ap.c | 629 ap_sta_disassociate(hapd, sta, reason); in hostapd_ctrl_iface_disassociate()
|
D | drv_callbacks.c | 791 ap_sta_disassociate(hapd, sta, WLAN_REASON_DISASSOC_LOW_ACK); in hostapd_event_sta_low_ack()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | utils.c | 73 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()
|
D | sta_info.h | 325 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
|
D | sta_info.c | 799 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disassociate() function 857 ap_sta_disassociate(hapd, sta, reason); in ap_sta_deauthenticate()
|
D | ctrl_iface_ap.c | 598 ap_sta_disassociate(hapd, sta, reason); in hostapd_ctrl_iface_disassociate()
|
D | drv_callbacks.c | 716 ap_sta_disassociate(hapd, sta, WLAN_REASON_DISASSOC_LOW_ACK); in hostapd_event_sta_low_ack()
|