Lines Matching refs:auth_mode
5165 u8 auth_mode; member
5171 int auth_mode, in ipw2100_set_security_information() argument
5190 security->auth_mode = auth_mode; in ipw2100_set_security_information()
5218 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information()
5486 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local
5502 auth_mode = IPW_AUTH_OPEN; in ipw2100_configure_security()
5504 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY) in ipw2100_configure_security()
5505 auth_mode = IPW_AUTH_SHARED; in ipw2100_configure_security()
5506 else if (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP) in ipw2100_configure_security()
5507 auth_mode = IPW_AUTH_LEAP_CISCO_ID; in ipw2100_configure_security()
5519 ipw2100_set_security_information(priv, auth_mode, sec_level, in ipw2100_configure_security()
5613 (priv->ieee->sec.auth_mode != sec->auth_mode)) { in shim__set_security()
5614 priv->ieee->sec.auth_mode = sec->auth_mode; in shim__set_security()
5886 sec.auth_mode = WLAN_AUTH_SHARED_KEY; in ipw2100_wpa_set_auth_algs()
5889 sec.auth_mode = WLAN_AUTH_OPEN; in ipw2100_wpa_set_auth_algs()
5892 sec.auth_mode = WLAN_AUTH_LEAP; in ipw2100_wpa_set_auth_algs()
7751 param->value = priv->ieee->sec.auth_mode; in ipw2100_wx_get_auth()