Lines Matching refs:auth_mode
5152 u8 auth_mode; member
5158 int auth_mode, in ipw2100_set_security_information() argument
5177 security->auth_mode = auth_mode; in ipw2100_set_security_information()
5205 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information()
5473 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local
5489 auth_mode = IPW_AUTH_OPEN; in ipw2100_configure_security()
5491 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY) in ipw2100_configure_security()
5492 auth_mode = IPW_AUTH_SHARED; in ipw2100_configure_security()
5493 else if (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP) in ipw2100_configure_security()
5494 auth_mode = IPW_AUTH_LEAP_CISCO_ID; in ipw2100_configure_security()
5506 ipw2100_set_security_information(priv, auth_mode, sec_level, in ipw2100_configure_security()
5596 (priv->ieee->sec.auth_mode != sec->auth_mode)) { in shim__set_security()
5597 priv->ieee->sec.auth_mode = sec->auth_mode; in shim__set_security()
5868 sec.auth_mode = WLAN_AUTH_SHARED_KEY; in ipw2100_wpa_set_auth_algs()
5871 sec.auth_mode = WLAN_AUTH_OPEN; in ipw2100_wpa_set_auth_algs()
5874 sec.auth_mode = WLAN_AUTH_LEAP; in ipw2100_wpa_set_auth_algs()
7713 param->value = priv->ieee->sec.auth_mode; in ipw2100_wx_get_auth()