Lines Matching refs:auth_mode
5154 u8 auth_mode; member
5160 int auth_mode, in ipw2100_set_security_information() argument
5179 security->auth_mode = auth_mode; in ipw2100_set_security_information()
5207 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information()
5475 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local
5491 auth_mode = IPW_AUTH_OPEN; in ipw2100_configure_security()
5493 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY) in ipw2100_configure_security()
5494 auth_mode = IPW_AUTH_SHARED; in ipw2100_configure_security()
5495 else if (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP) in ipw2100_configure_security()
5496 auth_mode = IPW_AUTH_LEAP_CISCO_ID; in ipw2100_configure_security()
5508 ipw2100_set_security_information(priv, auth_mode, sec_level, in ipw2100_configure_security()
5598 (priv->ieee->sec.auth_mode != sec->auth_mode)) { in shim__set_security()
5599 priv->ieee->sec.auth_mode = sec->auth_mode; in shim__set_security()
5871 sec.auth_mode = WLAN_AUTH_SHARED_KEY; in ipw2100_wpa_set_auth_algs()
5874 sec.auth_mode = WLAN_AUTH_OPEN; in ipw2100_wpa_set_auth_algs()
5877 sec.auth_mode = WLAN_AUTH_LEAP; in ipw2100_wpa_set_auth_algs()
7735 param->value = priv->ieee->sec.auth_mode; in ipw2100_wx_get_auth()