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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h205 void (*setup_complete_cb)(void *ctx); member in struct:hostapd_data
H A Dhostapd.c1279 if (hapd->setup_complete_cb)
1280 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx);
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h205 void (*setup_complete_cb)(void *ctx); member in struct:hostapd_data
H A Dhostapd.c1279 if (hapd->setup_complete_cb)
1280 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h205 void (*setup_complete_cb)(void *ctx); member in struct:hostapd_data
H A Dhostapd.c1279 if (hapd->setup_complete_cb)
1280 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c630 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb;

Completed in 402 milliseconds