Lines Matching refs:sec_info
452 if (!priv->sec_info.wep_enabled) in mwifiex_cfg80211_set_default_key()
489 priv->sec_info.wep_enabled = 1; in mwifiex_cfg80211_add_key()
887 priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM; in mwifiex_deinit_priv_params()
1149 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
1180 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
2199 priv->sec_info.wpa_enabled = false; in mwifiex_cfg80211_assoc()
2200 priv->sec_info.wpa2_enabled = false; in mwifiex_cfg80211_assoc()
2202 priv->sec_info.encryption_mode = 0; in mwifiex_cfg80211_assoc()
2203 priv->sec_info.is_authtype_auto = 0; in mwifiex_cfg80211_assoc()
2225 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
2227 priv->sec_info.authentication_mode = in mwifiex_cfg80211_assoc()
2237 priv->sec_info.is_authtype_auto = 1; in mwifiex_cfg80211_assoc()
2243 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
2245 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2249 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
2250 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2256 if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) { in mwifiex_cfg80211_assoc()