| /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()
|
| H A D | main.c | 385 switch (vif->auth_mode) { in ath6kl_connect_ap_mode_bss()
|
| /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/crypto/chelsio/ |
| H A D | chcr_algo.h | 239 unsigned int auth_mode; member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_wx.c | 438 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : in libipw_wx_set_encode() 442 sec.auth_mode == WLAN_AUTH_OPEN ? in libipw_wx_set_encode()
|
| H A D | libipw.h | 305 u8 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 | 675 unsigned int auth_mode, seq, ie_len; in OnAuth() local 694 auth_mode = psecuritypriv->dot11AuthAlgrthm; in OnAuth() 717 if (auth_mode == 2 && in OnAuth() 720 auth_mode = 0; in OnAuth() 722 if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */ in OnAuth() 723 (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */ in OnAuth() 784 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
|