Searched refs:setup_complete_cb (Results 1 – 4 of 4) sorted by relevance
312 bss->setup_complete_cb = wpas_mesh_complete_cb; in wpa_supplicant_mesh_enable_iface_cb()406 bss->setup_complete_cb = wpas_mesh_complete_cb; in wpa_supplicant_mesh_init()
1156 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()
628 hapd->setup_complete_cb = NULL; in hostapd_free_hapd_data()2627 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()2628 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()2848 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()2849 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()2891 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
325 void (*setup_complete_cb)(void *ctx); member