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.h473 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim);
Dwpa_common.c1914 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.c1286 ret = wpa_write_ciphers(pos, end, hapd->conf->rsn_pairwise, in hostapd_ctrl_iface_get_config()
1304 ret = wpa_write_ciphers(pos, end, hapd->conf->wpa_pairwise, in hostapd_ctrl_iface_get_config()
3282 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
3289 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c978 if (wpa_write_ciphers(buf, buf + 50, cipher, " ") < 0) { in wpa_config_write_cipher()
Dctrl_iface.c2431 ret = wpa_write_ciphers(pos, end, cipher, "+"); in wpa_supplicant_cipher_txt()