| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 181 vif->auth_mode = NONE_AUTH; in ath6kl_set_wpa_version() 183 vif->auth_mode = WPA2_AUTH; in ath6kl_set_wpa_version() 185 vif->auth_mode = WPA_AUTH; in ath6kl_set_wpa_version() 270 if (vif->auth_mode == WPA_AUTH) in ath6kl_set_key_mgmt() 271 vif->auth_mode = WPA_PSK_AUTH; in ath6kl_set_key_mgmt() 272 else if (vif->auth_mode == WPA2_AUTH) in ath6kl_set_key_mgmt() 273 vif->auth_mode = WPA2_PSK_AUTH; in ath6kl_set_key_mgmt() 275 if (vif->auth_mode == WPA_AUTH) in ath6kl_set_key_mgmt() 276 vif->auth_mode = WPA_AUTH_CCKM; in ath6kl_set_key_mgmt() 277 else if (vif->auth_mode == WPA2_AUTH) in ath6kl_set_key_mgmt() [all …]
|
| H A D | wmi.h | 685 enum auth_mode { enum 738 u8 auth_mode; member 2558 enum auth_mode auth_mode,
|
| H A D | wmi.c | 1847 enum auth_mode auth_mode, in ath6kl_wmi_connect_cmd() argument 1863 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto); in ath6kl_wmi_connect_cmd() 1886 cc->auth_mode = auth_mode; in ath6kl_wmi_connect_cmd() 3393 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch), in ath6kl_wmi_ap_profile_commit()
|
| H A D | core.h | 611 u8 auth_mode; member
|
| H A D | init.c | 240 vif->auth_mode = NONE_AUTH; in ath6kl_init_profile_info()
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_driver.h | 164 int auth_mode; member 180 int auth_mode; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_cmd.c | 34 bss_config->auth_mode = WLAN_AUTH_OPEN; in mwifiex_set_secure_params() 37 bss_config->auth_mode = WLAN_AUTH_SHARED_KEY; in mwifiex_set_secure_params() 40 bss_config->auth_mode = WLAN_AUTH_LEAP; in mwifiex_set_secure_params() 43 bss_config->auth_mode = MWIFIEX_AUTH_MODE_AUTO; in mwifiex_set_secure_params() 280 config->auth_mode = 0x7F; in mwifiex_set_sys_config_invalid_data() 603 if ((bss_cfg->auth_mode <= WLAN_AUTH_SHARED_KEY) || in mwifiex_uap_bss_param_prepare() 604 (bss_cfg->auth_mode == MWIFIEX_AUTH_MODE_AUTO)) { in mwifiex_uap_bss_param_prepare() 610 auth_type->auth_type = (u8)bss_cfg->auth_mode; in mwifiex_uap_bss_param_prepare()
|
| H A D | ioctl.h | 96 u16 auth_mode; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | iwl-mei.h | 267 u8 auth_mode; member
|
| H A D | main.c | 728 .auth_mode = le32_to_cpu(status->conn_info.auth_mode), in iwl_mei_handle_conn_status() 1543 .auth_mode = cpu_to_le32(conn_info->auth_mode), in iwl_mei_host_associated()
|
| /linux/drivers/crypto/bcm/ |
| H A D | spu2.h | 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
| H A D | spu.h | 261 enum hash_mode auth_mode,
|
| H A D | cipher.h | 392 enum hash_mode auth_mode,
|
| /linux/drivers/crypto/gemini/ |
| H A D | sl3516-ce.h | 177 u32 auth_mode :1; member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2100.c | 5131 u8 auth_mode; member 5137 int auth_mode, in ipw2100_set_security_information() argument 5156 security->auth_mode = auth_mode; in ipw2100_set_security_information() 5184 security->auth_mode, security->allowed_ciphers, security_level); in ipw2100_set_security_information() 5452 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local 5468 auth_mode = IPW_AUTH_OPEN; in ipw2100_configure_security() 5470 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY) in ipw2100_configure_security() 5471 auth_mode = IPW_AUTH_SHARED; in ipw2100_configure_security() 5472 else if (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP) in ipw2100_configure_security() 5473 auth_mode = IPW_AUTH_LEAP_CISCO_ID; in ipw2100_configure_security() [all …]
|
| H A D | libipw_wx.c | 437 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : in libipw_wx_set_encode() 441 sec.auth_mode == WLAN_AUTH_OPEN ? in libipw_wx_set_encode()
|
| H A D | libipw.h | 305 u8 auth_mode; member
|
| H A D | ipw2200.c | 6426 sec.auth_mode = WLAN_AUTH_SHARED_KEY; in ipw_wpa_set_auth_algs() 6429 sec.auth_mode = WLAN_AUTH_OPEN; in ipw_wpa_set_auth_algs() 6432 sec.auth_mode = WLAN_AUTH_LEAP; in ipw_wpa_set_auth_algs() 6686 param->value = ieee->sec.auth_mode; in ipw_wx_get_auth() 7250 (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)) { in ipw_associate_network() 7258 (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP)) in ipw_associate_network() 10663 (priv->ieee->sec.auth_mode != sec->auth_mode)) { in shim__set_security() 10664 priv->ieee->sec.auth_mode = sec->auth_mode; in shim__set_security() 10666 if (sec->auth_mode == WLAN_AUTH_SHARED_KEY) in shim__set_security()
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.h | 239 unsigned int auth_mode; member
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.h | 407 int auth_mode; /* authentication type: 0 open, 1 shared key */ member
|
| H A D | at76c50x-usb.c | 1363 TX_RATE_AUTO ? "auto" : "<invalid>", priv->auth_mode); in at76_startup_device() 1368 priv->auth_mode == WLAN_AUTH_OPEN ? "open" : "shared_secret", in at76_startup_device() 2347 priv->auth_mode = WLAN_AUTH_OPEN; in at76_init_new_device()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 672 unsigned int auth_mode, seq, ie_len; in OnAuth() local 691 auth_mode = psecuritypriv->dot11AuthAlgrthm; in OnAuth() 714 if (auth_mode == 2 && in OnAuth() 717 auth_mode = 0; in OnAuth() 719 if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */ in OnAuth() 720 (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */ in OnAuth() 781 if (algorithm == 0 && (auth_mode == 0 || auth_mode == 2 || auth_mode == 3)) { in OnAuth()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 373 u8 auth_mode; member 2264 u8 auth_mode; member
|
| H A D | cfg80211.c | 1337 conn.auth_mode = WMI_AUTH_WPA2_PSK; in wil_cfg80211_connect() 1344 conn.auth_mode = WMI_AUTH_NONE; in wil_cfg80211_connect() 1348 conn.auth_mode = WMI_AUTH_NONE; in wil_cfg80211_connect()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 3608 conn_info.auth_mode = IWL_MEI_AKM_AUTH_SAE; in iwl_mvm_mei_host_associated() 3611 conn_info.auth_mode = IWL_MEI_AKM_AUTH_RSNA_PSK; in iwl_mvm_mei_host_associated() 3614 conn_info.auth_mode = IWL_MEI_AKM_AUTH_RSNA; in iwl_mvm_mei_host_associated() 3618 conn_info.auth_mode = IWL_MEI_AKM_AUTH_OPEN; in iwl_mvm_mei_host_associated()
|