HomeSort by relevance Sort by last modified time
    Searched refs:setup_complete_cb (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
hostapd.h 175 void (*setup_complete_cb)(void *ctx); member in struct:hostapd_data
hostapd.c 982 if (hapd->setup_complete_cb)
983 hapd->setup_complete_cb(hapd->setup_complete_cb_ctx);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 570 hapd_iface->bss[i]->setup_complete_cb = wpas_ap_configured_cb;

Completed in 99 milliseconds