Home
last modified time | relevance | path

Searched refs:probereq_cb (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dutils.c27 n = os_realloc_array(hapd->probereq_cb, hapd->num_probereq_cb + 1, in hostapd_register_probereq_cb()
32 hapd->probereq_cb = n; in hostapd_register_probereq_cb()
33 n = &hapd->probereq_cb[hapd->num_probereq_cb]; in hostapd_register_probereq_cb()
Ddrv_callbacks.c829 for (i = 0; hapd->probereq_cb && i < hapd->num_probereq_cb; i++) { in hostapd_probe_req_rx()
830 if (hapd->probereq_cb[i].cb(hapd->probereq_cb[i].ctx, in hostapd_probe_req_rx()
Dbeacon.c802 for (i = 0; hapd->probereq_cb && i < hapd->num_probereq_cb; i++) in handle_probe_req()
803 if (hapd->probereq_cb[i].cb(hapd->probereq_cb[i].ctx, in handle_probe_req()
Dhostapd.h216 struct hostapd_probereq_cb *probereq_cb; member
Dhostapd.c274 os_free(hapd->probereq_cb); in hostapd_free_hapd_data()
275 hapd->probereq_cb = NULL; in hostapd_free_hapd_data()