Searched defs:hostapd_notif_disassoc (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddrv_callbacks.c419 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) function
432 "hostapd_notif_disassoc: Skip event with no address");
1254 hostapd_notif_disassoc(hapd, data->disassoc_info.addr);
1258 hostapd_notif_disassoc(hapd, data->deauth_info.addr);
/external/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c419 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) function
432 "hostapd_notif_disassoc: Skip event with no address");
1254 hostapd_notif_disassoc(hapd, data->disassoc_info.addr);
1258 hostapd_notif_disassoc(hapd, data->deauth_info.addr);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c419 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) function
432 "hostapd_notif_disassoc: Skip event with no address");
1254 hostapd_notif_disassoc(hapd, data->disassoc_info.addr);
1258 hostapd_notif_disassoc(hapd, data->deauth_info.addr);

Completed in 125 milliseconds