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()
575 hapd->setup_complete_cb = NULL; in hostapd_free_hapd_data()2482 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()2483 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()2693 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()2694 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()2736 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
299 void (*setup_complete_cb)(void *ctx); member