Home
last modified time | relevance | path

Searched refs:setup_complete_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
HDhostapd.h269 void (*setup_complete_cb)(void *ctx); member
HDhostapd.c1858 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()
1859 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()
2049 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()
2050 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()
2075 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDap.c872 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()