Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h741 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim);
H A Dwpa_common.c3264 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers() function
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1117 ret = wpa_write_ciphers(pos, end, hapd->conf->rsn_pairwise, in hostapd_ctrl_iface_get_config()
1135 ret = wpa_write_ciphers(pos, end, hapd->conf->wpa_pairwise, in hostapd_ctrl_iface_get_config()
5195 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
5202 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c1216 if (wpa_write_ciphers(buf, buf + 50, cipher, " ") < 0) { in wpa_config_write_cipher()
H A Dctrl_iface.c2833 ret = wpa_write_ciphers(pos, end, cipher, "+"); in wpa_supplicant_cipher_txt()