Home
last modified time | relevance | path

Searched refs:auth_mode (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c181 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 Dwmi.h685 enum auth_mode { enum
738 u8 auth_mode; member
2558 enum auth_mode auth_mode,
H A Dwmi.c1847 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 Dcore.h611 u8 auth_mode; member
H A Dinit.c240 vif->auth_mode = NONE_AUTH; in ath6kl_init_profile_info()
H A Dmain.c385 switch (vif->auth_mode) { in ath6kl_connect_ap_mode_bss()
/linux/drivers/crypto/ccree/
H A Dcc_driver.h164 int auth_mode; member
180 int auth_mode; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c34 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 Dioctl.h96 u16 auth_mode; member
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Diwl-mei.h267 u8 auth_mode; member
H A Dmain.c728 .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 Dspu2.h205 enum hash_alg auth_alg, enum hash_mode auth_mode,
H A Dspu.h261 enum hash_mode auth_mode,
H A Dcipher.h392 enum hash_mode auth_mode,
/linux/drivers/crypto/gemini/
H A Dsl3516-ce.h177 u32 auth_mode :1; member
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.h239 unsigned int auth_mode; member
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c438 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 Dlibipw.h305 u8 auth_mode; member
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h407 int auth_mode; /* authentication type: 0 open, 1 shared key */ member
H A Dat76c50x-usb.c1363 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 Drtw_mlme_ext.c675 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 Dwmi.h373 u8 auth_mode; member
2264 u8 auth_mode; member