Home
last modified time | relevance | path

Searched refs:hostapd_client_poll_ok (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
Dieee802_11.h120 void hostapd_client_poll_ok(struct hostapd_data *hapd, const u8 *addr);
Ddrv_callbacks.c1906 hostapd_client_poll_ok(hapd, data->client_poll.addr); in wpa_supplicant_event()
Dieee802_11.c6814 void hostapd_client_poll_ok(struct hostapd_data *hapd, const u8 *addr) in hostapd_client_poll_ok() function
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dap.c1186 hostapd_client_poll_ok(wpa_s->ap_iface->bss[0], addr); in ap_client_poll_ok()