Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
H A Dap.c1146 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c575 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()
H A Dhostapd.h299 void (*setup_complete_cb)(void *ctx); member