Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:cipher

694 		wpa_printf(MSG_ERROR, "Line %d: invalid cipher '%s'.",
699 wpa_printf(MSG_ERROR, "Line %d: no cipher values configured.",
708 static char * wpa_config_write_cipher(int cipher)
714 if (wpa_write_ciphers(buf, buf + 50, cipher, " ") < 0) {
733 wpa_printf(MSG_ERROR, "Line %d: not allowed pairwise cipher "
762 wpa_printf(MSG_ERROR, "Line %d: not allowed group cipher "