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.h1111 * wpa_config_read - Read and parse configuration database
1123 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
1129 * @config: Configuration data from wpa_config_read()
1133 * 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 Dwpa_supplicant.c824 conf = wpa_config_read(wpa_s->confname, NULL);
830 wpa_config_read(wpa_s->confanother, conf);
3501 wpa_s->conf = wpa_config_read(wpa_s->confname, NULL);
3508 wpa_config_read(wpa_s->confanother, wpa_s->conf);
3513 wpa_config_read(wpa_s->conf_p2p_dev, wpa_s->conf);
H A Dconfig_winreg.c438 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) function
H A Dconfig_file.c350 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) function
H A Deapol_test.c1348 wpa_s.conf = wpa_config_read(conf, NULL);

Completed in 184 milliseconds