Home
last modified time | relevance | path

Searched refs:hostapd_notif_disassoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/wpa/src/ap/
HDhostapd.h783 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr);
HDdrv_callbacks.c961 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) in hostapd_notif_disassoc() function
2590 hostapd_notif_disassoc(hapd, data->disassoc_info.addr); in wpa_supplicant_event()
2594 hostapd_notif_disassoc(hapd, data->deauth_info.addr); in wpa_supplicant_event()
/freebsd-head/contrib/wpa/wpa_supplicant/
HDevents.c5041 hostapd_notif_disassoc(wpa_s->ap_iface->bss[0], addr); in wpas_event_disconnect()
5110 hostapd_notif_disassoc(wpa_s->ap_iface->bss[0], info->addr); in wpas_event_disassoc()