Lines Matching refs:sec_info
447 if (!priv->sec_info.wep_enabled) in mwifiex_cfg80211_set_default_key()
484 priv->sec_info.wep_enabled = 1; in mwifiex_cfg80211_add_key()
882 priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM; in mwifiex_deinit_priv_params()
1144 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
1175 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
2169 priv->sec_info.wpa_enabled = false; in mwifiex_cfg80211_assoc()
2170 priv->sec_info.wpa2_enabled = false; in mwifiex_cfg80211_assoc()
2172 priv->sec_info.encryption_mode = 0; in mwifiex_cfg80211_assoc()
2173 priv->sec_info.is_authtype_auto = 0; in mwifiex_cfg80211_assoc()
2195 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
2197 priv->sec_info.authentication_mode = in mwifiex_cfg80211_assoc()
2207 priv->sec_info.is_authtype_auto = 1; in mwifiex_cfg80211_assoc()
2213 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
2215 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2219 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
2220 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2226 if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) { in mwifiex_cfg80211_assoc()