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.c672 for (i = 0; hapd->probereq_cb && i < hapd->num_probereq_cb; i++) { in hostapd_probe_req_rx()
673 if (hapd->probereq_cb[i].cb(hapd->probereq_cb[i].ctx, in hostapd_probe_req_rx()
Dhostapd.h190 struct hostapd_probereq_cb *probereq_cb; member
Dbeacon.c695 for (i = 0; hapd->probereq_cb && i < hapd->num_probereq_cb; i++) in handle_probe_req()
696 if (hapd->probereq_cb[i].cb(hapd->probereq_cb[i].ctx, in handle_probe_req()
Dhostapd.c263 os_free(hapd->probereq_cb); in hostapd_free_hapd_data()
264 hapd->probereq_cb = NULL; in hostapd_free_hapd_data()