Lines Matching refs:auth_mode
5141 u8 auth_mode; member
5147 int auth_mode, in ipw2100_set_security_information() argument
5166 security->auth_mode = auth_mode; in ipw2100_set_security_information()
5194 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information()
5462 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local
5478 auth_mode = IPW_AUTH_OPEN; in ipw2100_configure_security()
5480 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY) in ipw2100_configure_security()
5481 auth_mode = IPW_AUTH_SHARED; in ipw2100_configure_security()
5482 else if (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP) in ipw2100_configure_security()
5483 auth_mode = IPW_AUTH_LEAP_CISCO_ID; in ipw2100_configure_security()
5495 ipw2100_set_security_information(priv, auth_mode, sec_level, in ipw2100_configure_security()
5585 (priv->ieee->sec.auth_mode != sec->auth_mode)) { in shim__set_security()
5586 priv->ieee->sec.auth_mode = sec->auth_mode; in shim__set_security()
5857 sec.auth_mode = WLAN_AUTH_SHARED_KEY; in ipw2100_wpa_set_auth_algs()
5860 sec.auth_mode = WLAN_AUTH_OPEN; in ipw2100_wpa_set_auth_algs()
5863 sec.auth_mode = WLAN_AUTH_LEAP; in ipw2100_wpa_set_auth_algs()
7702 param->value = priv->ieee->sec.auth_mode; in ipw2100_wx_get_auth()