Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:cipher

230 		int cipher = WPA_CIPHER_NONE;
234 cipher = bss->default_wep_key_len >= 13 ?
236 bss->wpa_group = cipher;
237 bss->wpa_pairwise = cipher;
238 bss->rsn_pairwise = cipher;
240 int cipher = WPA_CIPHER_WEP40;
242 cipher = WPA_CIPHER_WEP104;
244 bss->wpa_group = cipher;
245 bss->wpa_pairwise = cipher;
246 bss->rsn_pairwise = cipher;
472 "cipher.");