Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h216 void (*setup_complete_cb)(void *ctx); member
Dhostapd.c1704 if (hapd->setup_complete_cb) in hostapd_setup_interface_complete_sync()
1705 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx); in hostapd_setup_interface_complete_sync()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c742 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb; in wpa_supplicant_create_ap()