Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/hidl/1.1/
Dhostapd.cpp330 iface_hapd->setup_complete_cb = onAsyncSetupCompleteCb; in addAccessPointInternal_1_1()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h261 void (*setup_complete_cb)(void *ctx); member
Dhostapd.c1793 if (hapd->setup_complete_cb) in hostapd_interface_setup_failure_handler()
1794 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_interface_setup_failure_handler()
1980 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()
1981 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()
2006 } else if (hapd->setup_complete_cb) { in hostapd_setup_interface_complete_sync()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c867 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()