Lines Matching refs:cipher
888 int cipher = WPA_CIPHER_NONE;
892 cipher = bss->default_wep_key_len >= 13 ?
894 bss->wpa_group = cipher;
895 bss->wpa_pairwise = cipher;
896 bss->rsn_pairwise = cipher;
898 int cipher = WPA_CIPHER_WEP40;
900 cipher = WPA_CIPHER_WEP104;
902 bss->wpa_group = cipher;
903 bss->wpa_pairwise = cipher;
904 bss->rsn_pairwise = cipher;