Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh.c331 bss->setup_complete_cb = wpas_mesh_complete_cb; in wpa_supplicant_mesh_enable_iface_cb()
424 bss->setup_complete_cb = wpas_mesh_complete_cb; in wpa_supplicant_mesh_init()
Dap.c1096 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c442 hapd->setup_complete_cb = NULL; in hostapd_free_hapd_data()
1995 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()
1996 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()
2187 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()
2188 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()
2220 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
Dhostapd.h279 void (*setup_complete_cb)(void *ctx); member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h269 void (*setup_complete_cb)(void *ctx); member
Dhostapd.c1858 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()
1859 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()
2049 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()
2050 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()
2075 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dap.c872 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()