Lines Matching refs:cipher
1652 int cipher = WPA_CIPHER_NONE; in hostapd_set_security_params() local
1657 cipher = bss->default_wep_key_len >= 13 ? in hostapd_set_security_params()
1661 cipher = WPA_CIPHER_WEP104; in hostapd_set_security_params()
1663 cipher = WPA_CIPHER_WEP40; in hostapd_set_security_params()
1666 bss->wpa_group = cipher; in hostapd_set_security_params()
1667 bss->wpa_pairwise = cipher; in hostapd_set_security_params()
1668 bss->rsn_pairwise = cipher; in hostapd_set_security_params()
1673 int cipher = WPA_CIPHER_WEP40; in hostapd_set_security_params() local
1675 cipher = WPA_CIPHER_WEP104; in hostapd_set_security_params()
1677 bss->wpa_group = cipher; in hostapd_set_security_params()
1678 bss->wpa_pairwise = cipher; in hostapd_set_security_params()
1679 bss->rsn_pairwise = cipher; in hostapd_set_security_params()