Home
last modified time | relevance | path

Searched refs:allowed_ciphers (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c5134 u32 allowed_ciphers; member
5167 security->allowed_ciphers = IPW_NONE_CIPHER; in ipw2100_set_security_information()
5170 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5174 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5178 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5182 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5189 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information()