Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.h120 void hostapd_client_poll_ok(struct hostapd_data *hapd, const u8 *addr);
Ddrv_callbacks.c1891 hostapd_client_poll_ok(hapd, data->client_poll.addr); in wpa_supplicant_event()
Dieee802_11.c6677 void hostapd_client_poll_ok(struct hostapd_data *hapd, const u8 *addr) in hostapd_client_poll_ok() function
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c1093 hostapd_client_poll_ok(wpa_s->ap_iface->bss[0], addr); in ap_client_poll_ok()