Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:cipher

269 		int cipher = WPA_CIPHER_NONE;
273 cipher = bss->default_wep_key_len >= 13 ?
275 bss->wpa_group = cipher;
276 bss->wpa_pairwise = cipher;
277 bss->rsn_pairwise = cipher;
279 int cipher = WPA_CIPHER_WEP40;
281 cipher = WPA_CIPHER_WEP104;
283 bss->wpa_group = cipher;
284 bss->wpa_pairwise = cipher;
285 bss->rsn_pairwise = cipher;
529 "cipher.");