Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dmesh.c332 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()
Dap.c1146 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()
/hostap-latest/src/ap/
Dhostapd.c578 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()
Dhostapd.h306 void (*setup_complete_cb)(void *ctx); member