Searched refs:auth_alg (Results 1 – 17 of 17) sorted by relevance
1023 enum hash_alg auth_alg, in spum_request_pad() argument1041 if ((auth_alg == HASH_ALG_AES) && in spum_request_pad()1051 if (auth_alg == HASH_ALG_MD5) in spum_request_pad()
205 enum hash_alg auth_alg, enum hash_mode auth_mode,
260 enum hash_alg auth_alg,
391 u32 hash_pad_len, enum hash_alg auth_alg,
1247 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad() argument1269 if (auth_alg == HASH_ALG_MD5) in spu2_request_pad()
4274 u16 pkt_len, auth_alg; in mwifiex_cfg80211_authenticate() local4294 if (priv->auth_alg != WLAN_AUTH_SAE && in mwifiex_cfg80211_authenticate()4310 auth_alg = WLAN_AUTH_OPEN; in mwifiex_cfg80211_authenticate()4313 auth_alg = WLAN_AUTH_SHARED_KEY; in mwifiex_cfg80211_authenticate()4316 auth_alg = WLAN_AUTH_FT; in mwifiex_cfg80211_authenticate()4319 auth_alg = WLAN_AUTH_LEAP; in mwifiex_cfg80211_authenticate()4322 auth_alg = WLAN_AUTH_SAE; in mwifiex_cfg80211_authenticate()4396 mgmt->auth.auth_alg = cpu_to_le16(auth_alg); in mwifiex_cfg80211_authenticate()4407 priv->auth_alg = auth_alg; in mwifiex_cfg80211_authenticate()4446 if (priv->auth_alg == WLAN_AUTH_SAE) in mwifiex_cfg80211_associate()[all …]
376 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_host_mlme_disconnect()448 if (priv->auth_alg != WLAN_AUTH_SAE) { in mwifiex_process_mgmt_packet()472 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_process_mgmt_packet()
139 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_reset_connect_state()1017 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_process_sta_event()
86 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_init_priv()
1537 priv->auth_alg = WLAN_AUTH_NONE; in mwifiex_deauthenticate()
529 u16 auth_alg; member
762 __le16 auth_alg; member
446 uint auth_alg; in portctrl() local457 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()468 if (auth_alg == 2) { in portctrl()
124 u8 auth_alg; member
217 __le16 auth_alg; member1664 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()
1255 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED | in iwl_mld_config_sched_scan_profiles()
588 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED | in iwl_mvm_config_sched_scan_profiles()
Completed in 82 milliseconds