Searched defs:wpa_config (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h39 * of this list is stored in the cred field of struct wpa_config.
227 * struct wpa_config - wpa_supplicant configuration data
230 * data. In many cases, there is only one struct wpa_config instance, but if
234 struct wpa_config { struct
895 void wpa_config_free(struct wpa_config *ssid);
897 void wpa_config_foreach_network(struct wpa_config *config,
900 struct wpa_ssid * wpa_config_get_network(struct wpa_config *config, int id);
901 struct wpa_ssid * wpa_config_add_network(struct wpa_config *config);
902 int wpa_config_remove_network(struct wpa_config *config, int id);
912 int wpa_config_add_prio_network(struct wpa_config *confi
[all...]

Completed in 158 milliseconds