Home
last modified time | relevance | path

Searched refs:wpa_config_set_cred (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1744 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
H A Dconfig_file.c190 if (wpa_config_set_cred(cred, pos, pos2, *line) < 0) in wpa_config_read_cred()
H A Dconfig.c3527 int wpa_config_set_cred(struct wpa_cred *cred, const char *var, in wpa_config_set_cred() function
H A Dctrl_iface.c3883 if (wpa_config_set_cred(cred, name, value, 0) < 0) { in wpa_supplicant_ctrl_iface_set_cred()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c419 ret = wpa_config_set_cred(cred, entry.key, value, 0); in set_cred_properties()