Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/net/wireless/
H A Dwext-compat.c928 s32 auth_alg) in cfg80211_set_auth_alg() argument
932 if (!auth_alg) in cfg80211_set_auth_alg()
935 if (auth_alg & ~(IW_AUTH_ALG_OPEN_SYSTEM | in cfg80211_set_auth_alg()
940 if (auth_alg & IW_AUTH_ALG_OPEN_SYSTEM) { in cfg80211_set_auth_alg()
945 if (auth_alg & IW_AUTH_ALG_SHARED_KEY) { in cfg80211_set_auth_alg()
950 if (auth_alg & IW_AUTH_ALG_LEAP) { in cfg80211_set_auth_alg()
/linux-6.15/drivers/crypto/bcm/
H A Dspu2.h205 enum hash_alg auth_alg, enum hash_mode auth_mode,
H A Dspu.c1023 enum hash_alg auth_alg, in spum_request_pad() argument
1041 if ((auth_alg == HASH_ALG_AES) && in spum_request_pad()
1051 if (auth_alg == HASH_ALG_MD5) in spum_request_pad()
H A Dspu.h260 enum hash_alg auth_alg,
H A Dcipher.h391 u32 hash_pad_len, enum hash_alg auth_alg,
H A Dspu2.c1247 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad() argument
1269 if (auth_alg == HASH_ALG_MD5) in spu2_request_pad()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c394 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_host_mlme_disconnect()
466 if (priv->auth_alg != WLAN_AUTH_SAE) { in mwifiex_process_mgmt_packet()
488 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_process_mgmt_packet()
H A Dcfg80211.c4281 u16 pkt_len, auth_alg; in mwifiex_cfg80211_authenticate() local
4301 if (priv->auth_alg != WLAN_AUTH_SAE && in mwifiex_cfg80211_authenticate()
4317 auth_alg = WLAN_AUTH_OPEN; in mwifiex_cfg80211_authenticate()
4320 auth_alg = WLAN_AUTH_SHARED_KEY; in mwifiex_cfg80211_authenticate()
4323 auth_alg = WLAN_AUTH_FT; in mwifiex_cfg80211_authenticate()
4326 auth_alg = WLAN_AUTH_LEAP; in mwifiex_cfg80211_authenticate()
4329 auth_alg = WLAN_AUTH_SAE; in mwifiex_cfg80211_authenticate()
4403 mgmt->auth.auth_alg = cpu_to_le16(auth_alg); in mwifiex_cfg80211_authenticate()
4414 priv->auth_alg = auth_alg; in mwifiex_cfg80211_authenticate()
4453 if (priv->auth_alg == WLAN_AUTH_SAE) in mwifiex_cfg80211_associate()
[all …]
H A Dsta_event.c139 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_reset_connect_state()
1017 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_process_sta_event()
H A Dinit.c85 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_init_priv()
H A Djoin.c1537 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_deauthenticate()
H A Dmain.h530 u16 auth_alg; member
H A Dfw.h762 __le16 auth_alg; member
/linux-6.15/net/mac80211/
H A Dibss.c936 u16 auth_alg, auth_transaction; in ieee80211_rx_mgmt_auth_ibss() local
943 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg); in ieee80211_rx_mgmt_auth_ibss()
950 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) in ieee80211_rx_mgmt_auth_ibss()
H A Dmlme.c4748 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg); in ieee80211_rx_mgmt_auth()
4755 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
4757 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
8970 u16 auth_alg; in ieee80211_mgd_auth() local
8980 auth_alg = WLAN_AUTH_OPEN; in ieee80211_mgd_auth()
8988 auth_alg = WLAN_AUTH_FT; in ieee80211_mgd_auth()
8991 auth_alg = WLAN_AUTH_LEAP; in ieee80211_mgd_auth()
8994 auth_alg = WLAN_AUTH_SAE; in ieee80211_mgd_auth()
8997 auth_alg = WLAN_AUTH_FILS_SK; in ieee80211_mgd_auth()
9003 auth_alg = WLAN_AUTH_FILS_PK; in ieee80211_mgd_auth()
[all …]
H A Dutil.c1077 u16 transaction, u16 auth_alg, u16 status, in ieee80211_send_auth() argument
1118 mgmt->u.auth.auth_alg = cpu_to_le16(auth_alg); in ieee80211_send_auth()
1126 if (auth_alg == WLAN_AUTH_SHARED_KEY && transaction == 3) { in ieee80211_send_auth()
H A Dieee80211_i.h2547 u16 transaction, u16 auth_alg, u16 status,
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c446 uint auth_alg; in portctrl() local
457 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()
468 if (auth_alg == 2) { in portctrl()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h124 u8 auth_alg; member
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dwmi.c217 __le16 auth_alg; member
1664 if (le16_to_cpu(auth->auth_alg) != WLAN_AUTH_FT) { in wmi_evt_auth_status()
1666 le16_to_cpu(auth->auth_alg)); in wmi_evt_auth_status()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.c1239 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED | in iwl_mld_config_sched_scan_profiles()
/linux-6.15/include/linux/
H A Dieee80211.h1351 __le16 auth_alg; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c587 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED | in iwl_mvm_config_sched_scan_profiles()