Searched refs:hostapd_notif_disassoc (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.h | 664 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr);
|
H A D | drv_callbacks.c | 764 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) in hostapd_notif_disassoc() function 777 "hostapd_notif_disassoc: Skip event with no address"); in hostapd_notif_disassoc() 2020 hostapd_notif_disassoc(hapd, data->disassoc_info.addr); in wpa_supplicant_event_hapd() 2024 hostapd_notif_disassoc(hapd, data->deauth_info.addr); in wpa_supplicant_event_hapd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.h | 627 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr);
|
H A D | drv_callbacks.c | 668 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) in hostapd_notif_disassoc() function 681 "hostapd_notif_disassoc: Skip event with no address"); in hostapd_notif_disassoc() 1788 hostapd_notif_disassoc(hapd, data->disassoc_info.addr); in wpa_supplicant_event_hapd() 1792 hostapd_notif_disassoc(hapd, data->deauth_info.addr); in wpa_supplicant_event_hapd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | events.c | 3548 hostapd_notif_disassoc(wpa_s->ap_iface->bss[0], addr); in wpas_event_disconnect() 3617 hostapd_notif_disassoc(wpa_s->ap_iface->bss[0], info->addr); in wpas_event_disassoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 5029 hostapd_notif_disassoc(wpa_s->ap_iface->bss[0], addr); 5102 hostapd_notif_disassoc(wpa_s->ap_iface->bss[0], info->addr);
|
Completed in 26 milliseconds