Lines Matching refs:security
5181 struct security_info_params *security = in ipw2100_set_security_information() local
5184 memset(security, 0, sizeof(*security)); in ipw2100_set_security_information()
5190 security->auth_mode = auth_mode; in ipw2100_set_security_information()
5191 security->unicast_using_group = unicast_using_group; in ipw2100_set_security_information()
5196 security->allowed_ciphers = IPW_NONE_CIPHER; in ipw2100_set_security_information()
5199 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5203 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5207 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5211 security->allowed_ciphers = IPW_WEP40_CIPHER | in ipw2100_set_security_information()
5218 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information()
5220 security->replay_counters_number = 0; in ipw2100_set_security_information()