Searched refs:setup_complete_cb (Results 1 – 4 of 4) sorted by relevance
332 bss->setup_complete_cb = wpas_mesh_complete_cb; in wpa_supplicant_mesh_enable_iface_cb()425 bss->setup_complete_cb = wpas_mesh_complete_cb; in wpa_supplicant_mesh_init()
1146 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()
578 hapd->setup_complete_cb = NULL; in hostapd_free_hapd_data()2470 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()2471 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()2681 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()2682 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()2729 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
306 void (*setup_complete_cb)(void *ctx); member