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

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c26 struct wpa_config * wpa_config_read(const char *name) function
H A Dconfig.h387 * wpa_config_read - Read and parse configuration database
398 struct wpa_config * wpa_config_read(const char *name);
404 * @config: Configuration data from wpa_config_read()
408 * a text file) in a format that can be read with wpa_config_read(). This can
H A Dpreauth_test.c325 wpa_s.conf = wpa_config_read(argv[1]);
H A Dwpa_supplicant.c622 conf = wpa_config_read(wpa_s->confname);
1901 wpa_s->conf = wpa_config_read(wpa_s->confname);
H A Dconfig_file.c505 struct wpa_config * wpa_config_read(const char *name) function
H A Deapol_test.c1137 wpa_s.conf = wpa_config_read(conf);

Completed in 118 milliseconds