Searched refs:wpa_write_ciphers (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 717 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim);
|
D | wpa_common.c | 3124 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers() function
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1107 ret = wpa_write_ciphers(pos, end, hapd->conf->rsn_pairwise, in hostapd_ctrl_iface_get_config() 1125 ret = wpa_write_ciphers(pos, end, hapd->conf->wpa_pairwise, in hostapd_ctrl_iface_get_config() 4447 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param() 4454 res = wpa_write_ciphers(value, in hostapd_ctrl_iface_dup_param()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 1184 if (wpa_write_ciphers(buf, buf + 50, cipher, " ") < 0) { in wpa_config_write_cipher()
|
D | ctrl_iface.c | 2780 ret = wpa_write_ciphers(pos, end, cipher, "+"); in wpa_supplicant_cipher_txt()
|