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

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig.c1745 * wpa_config_set - Set a variable in network configuration
1757 int wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value, function
1801 * the same format that the text-based configuration file and wpa_config_set()
1834 * the same format that the text-based configuration file and wpa_config_set()
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c2042 * wpa_config_set - Set a variable in network configuration
2054 int wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value, function
2104 ret = wpa_config_set(ssid, var, buf, 0);
2181 * the same format that the text-based configuration file and wpa_config_set()
2214 * the same format that the text-based configuration file and wpa_config_set()

Completed in 98 milliseconds