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 30 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hapd_interfaces
hostapd.c 162 iface->interfaces->config_read_cb == NULL)
164 newconf = iface->interfaces->config_read_cb(iface->config_fname);
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 559 interfaces.config_read_cb = hostapd_config_read;

Completed in 65 milliseconds