Lines Matching refs:sec_info
413 if (!priv->sec_info.wep_enabled) in mwifiex_cfg80211_set_default_key()
450 priv->sec_info.wep_enabled = 1; in mwifiex_cfg80211_add_key()
806 priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM; in mwifiex_deinit_priv_params()
1064 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
1094 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
2054 priv->sec_info.wpa_enabled = false; in mwifiex_cfg80211_assoc()
2055 priv->sec_info.wpa2_enabled = false; in mwifiex_cfg80211_assoc()
2057 priv->sec_info.encryption_mode = 0; in mwifiex_cfg80211_assoc()
2058 priv->sec_info.is_authtype_auto = 0; in mwifiex_cfg80211_assoc()
2070 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
2072 priv->sec_info.authentication_mode = in mwifiex_cfg80211_assoc()
2082 priv->sec_info.is_authtype_auto = 1; in mwifiex_cfg80211_assoc()
2088 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
2090 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2094 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
2095 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
2101 if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) { in mwifiex_cfg80211_assoc()