Searched refs:wpa_config_read (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) function
H A Dconfig.h1249 * wpa_config_read - Read and parse configuration database
1261 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
1267 * @config: Configuration data from wpa_config_read()
1271 * a text file) in a format that can be read with wpa_config_read(). This can
H A Dpreauth_test.c309 wpa_s.conf = wpa_config_read(argv[1], NULL);
H A Dconfig_winreg.c438 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) function
H A Dconfig_file.c362 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) function
H A Deapol_test.c1361 wpa_s.conf = wpa_config_read(conf, NULL);
H A Dwpa_supplicant.c888 conf = wpa_config_read(wpa_s->confname, NULL);
894 wpa_config_read(wpa_s->confanother, conf);
4056 wpa_s->conf = wpa_config_read(wpa_s->confname, NULL);
4063 wpa_config_read(wpa_s->confanother, wpa_s->conf);

Completed in 152 milliseconds