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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 179 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hostapd_iface
hostapd.c 101 if (iface->config_read_cb == NULL)
103 newconf = iface->config_read_cb(iface->config_fname);
  /external/wpa_supplicant_8/hostapd/
main.c 188 hapd_iface->config_read_cb = hostapd_config_read;

Completed in 78 milliseconds