HomeSort by: relevance | last modified time | path
    Searched refs:config_read_cb (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 51 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hapd_interfaces
hostapd.c 267 iface->interfaces->config_read_cb == NULL)
269 newconf = iface->interfaces->config_read_cb(iface->config_fname);
3199 conf = interfaces->config_read_cb(hapd_iface->config_fname);
3296 conf = interfaces->config_read_cb(config_fname);
3832 if (conf_file && interfaces->config_read_cb) {
3833 conf = interfaces->config_read_cb(conf_file);
  /src/external/bsd/wpa/dist/hostapd/
main.c 788 interfaces.config_read_cb = hostapd_config_read;

Completed in 30 milliseconds