Lines Matching refs:cipher
666 wpa_printf(MSG_ERROR, "Line %d: invalid cipher '%s'.",
671 wpa_printf(MSG_ERROR, "Line %d: no cipher values configured.",
2155 "pairwise cipher suite '%s'",
2169 "pairwise cipher suite '%s'",
2947 int cipher = WPA_CIPHER_NONE;
2951 cipher = bss->default_wep_key_len >= 13 ?
2953 bss->wpa_group = cipher;
2954 bss->wpa_pairwise = cipher;
2955 bss->rsn_pairwise = cipher;
2957 int cipher = WPA_CIPHER_WEP40;
2959 cipher = WPA_CIPHER_WEP104;
2961 bss->wpa_group = cipher;
2962 bss->wpa_pairwise = cipher;
2963 bss->rsn_pairwise = cipher;