| /linux-6.15/net/wireless/ |
| H A D | wext-compat.c | 928 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 D | spu2.h | 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
| H A D | spu.c | 1023 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 D | spu.h | 260 enum hash_alg auth_alg,
|
| H A D | cipher.h | 391 u32 hash_pad_len, enum hash_alg auth_alg,
|
| H A D | spu2.c | 1247 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 D | util.c | 394 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 D | cfg80211.c | 4281 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 D | sta_event.c | 139 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 D | init.c | 85 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_init_priv()
|
| H A D | join.c | 1537 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_deauthenticate()
|
| H A D | main.h | 530 u16 auth_alg; member
|
| H A D | fw.h | 762 __le16 auth_alg; member
|
| /linux-6.15/net/mac80211/ |
| H A D | ibss.c | 936 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 D | mlme.c | 4748 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 D | util.c | 1077 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 D | ieee80211_i.h | 2547 u16 transaction, u16 auth_alg, u16 status,
|
| /linux-6.15/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_recv.c | 446 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 D | scan.h | 124 u8 auth_alg; member
|
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.c | 217 __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 D | scan.c | 1239 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED | in iwl_mld_config_sched_scan_profiles()
|
| /linux-6.15/include/linux/ |
| H A D | ieee80211.h | 1351 __le16 auth_alg; member
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 587 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED | in iwl_mvm_config_sched_scan_profiles()
|