Lines Matching refs:sec_info
366 if (!priv->sec_info.wep_enabled) in mwifiex_cfg80211_set_default_key()
403 priv->sec_info.wep_enabled = 1; in mwifiex_cfg80211_add_key()
755 priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM; in mwifiex_deinit_priv_params()
1008 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
1036 priv->sec_info.authentication_mode = in mwifiex_cfg80211_change_virtual_intf()
1914 priv->sec_info.wpa_enabled = false; in mwifiex_cfg80211_assoc()
1915 priv->sec_info.wpa2_enabled = false; in mwifiex_cfg80211_assoc()
1917 priv->sec_info.encryption_mode = 0; in mwifiex_cfg80211_assoc()
1918 priv->sec_info.is_authtype_auto = 0; in mwifiex_cfg80211_assoc()
1930 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
1932 priv->sec_info.authentication_mode = in mwifiex_cfg80211_assoc()
1942 priv->sec_info.is_authtype_auto = 1; in mwifiex_cfg80211_assoc()
1948 priv->sec_info.encryption_mode = in mwifiex_cfg80211_assoc()
1950 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
1954 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
1955 priv->sec_info.authentication_mode = auth_type; in mwifiex_cfg80211_assoc()
1961 if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) { in mwifiex_cfg80211_assoc()