| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 182 vif->auth_mode = NONE_AUTH; in ath6kl_set_wpa_version() 184 vif->auth_mode = WPA2_AUTH; in ath6kl_set_wpa_version() 186 vif->auth_mode = WPA_AUTH; in ath6kl_set_wpa_version() 271 if (vif->auth_mode == WPA_AUTH) in ath6kl_set_key_mgmt() 272 vif->auth_mode = WPA_PSK_AUTH; in ath6kl_set_key_mgmt() 273 else if (vif->auth_mode == WPA2_AUTH) in ath6kl_set_key_mgmt() 274 vif->auth_mode = WPA2_PSK_AUTH; in ath6kl_set_key_mgmt() 276 if (vif->auth_mode == WPA_AUTH) in ath6kl_set_key_mgmt() 277 vif->auth_mode = WPA_AUTH_CCKM; in ath6kl_set_key_mgmt() 278 else if (vif->auth_mode == WPA2_AUTH) in ath6kl_set_key_mgmt() [all …]
|
| H A D | wmi.h | 686 enum auth_mode { enum 739 u8 auth_mode; member 2548 enum auth_mode auth_mode,
|
| H A D | wmi.c | 1870 enum auth_mode auth_mode, in ath6kl_wmi_connect_cmd() argument 1886 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto); in ath6kl_wmi_connect_cmd() 1909 cc->auth_mode = auth_mode; in ath6kl_wmi_connect_cmd() 3426 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch), in ath6kl_wmi_ap_profile_commit()
|
| H A D | core.h | 612 u8 auth_mode; member
|
| /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/nxp/nxpwifi/ |
| H A D | uap_cmd.c | 261 if (bss_cfg->auth_mode <= WLAN_AUTH_SHARED_KEY || in nxpwifi_uap_bss_param_prepare() 262 bss_cfg->auth_mode == NXPWIFI_AUTH_MODE_AUTO) { in nxpwifi_uap_bss_param_prepare() 268 auth_type->auth_type = (u8)bss_cfg->auth_mode; in nxpwifi_uap_bss_param_prepare() 802 bss_config->auth_mode = WLAN_AUTH_OPEN; in nxpwifi_set_secure_params() 805 bss_config->auth_mode = WLAN_AUTH_SHARED_KEY; in nxpwifi_set_secure_params() 808 bss_config->auth_mode = WLAN_AUTH_LEAP; in nxpwifi_set_secure_params() 811 bss_config->auth_mode = NXPWIFI_AUTH_MODE_AUTO; in nxpwifi_set_secure_params() 1110 config->auth_mode = NXPWIFI_AUTH_MODE_AUTO; in nxpwifi_set_sys_config_invalid_data()
|
| H A D | cfg.h | 402 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 | 729 .auth_mode = le32_to_cpu(status->conn_info.auth_mode), in iwl_mei_handle_conn_status() 1557 .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
|
| /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() 2336 priv->auth_mode = WLAN_AUTH_OPEN; in at76_init_new_device()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 663 unsigned int auth_mode, seq, ie_len; in OnAuth() local 685 auth_mode = psecuritypriv->dot11AuthAlgrthm; in OnAuth() 711 if (auth_mode == 2 && in OnAuth() 714 auth_mode = 0; in OnAuth() 716 if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */ in OnAuth() 717 (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */ in OnAuth() 774 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 | 1338 conn.auth_mode = WMI_AUTH_WPA2_PSK; in wil_cfg80211_connect() 1345 conn.auth_mode = WMI_AUTH_NONE; in wil_cfg80211_connect() 1349 conn.auth_mode = WMI_AUTH_NONE; in wil_cfg80211_connect()
|
| /linux/drivers/crypto/ |
| H A D | atmel-aes.c | 1934 unsigned long auth_mode) in atmel_aes_authenc_init_tfm() argument 1944 ctx->auth = atmel_sha_authenc_spawn(auth_mode); in atmel_aes_authenc_init_tfm()
|