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 177 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hostapd_iface
hostapd.c 97 if (iface->config_read_cb == NULL)
99 newconf = iface->config_read_cb(iface->config_fname);
  /external/wpa_supplicant_8/hostapd/
main.c 192 hapd_iface->config_read_cb = hostapd_config_read;

Completed in 127 milliseconds