Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dwpa_common.h625 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim);
Dwpa_common.c2848 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1309 ret = wpa_write_ciphers(pos, end, hapd->conf->rsn_pairwise, in hostapd_ctrl_iface_get_config()
1327 ret = wpa_write_ciphers(pos, end, hapd->conf->wpa_pairwise, in hostapd_ctrl_iface_get_config()
4467 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
4474 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c1160 if (wpa_write_ciphers(buf, buf + 50, cipher, " ") < 0) { in wpa_config_write_cipher()
Dctrl_iface.c2733 ret = wpa_write_ciphers(pos, end, cipher, "+"); in wpa_supplicant_cipher_txt()