Home
last modified time | relevance | path

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

123

/hostap-3.7.0/src/ap/
Dap_mlme.c59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg)); in mlme_authenticate_indication()
60 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_authenticate_indication()
61 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_authenticate_indication()
62 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_authenticate_indication()
63 sta->auth_alg != WLAN_AUTH_FILS_PK && in mlme_authenticate_indication()
112 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_associate_indication()
113 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_associate_indication()
114 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_associate_indication()
115 sta->auth_alg != WLAN_AUTH_FILS_PK) in mlme_associate_indication()
140 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_reassociate_indication()
[all …]
Dieee802_11.c370 u16 auth_alg, u16 auth_transaction, u16 resp, in send_auth_reply() argument
390 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply()
399 MAC2STR(dst), auth_alg, auth_transaction, in send_auth_reply()
404 auth_alg == WLAN_AUTH_SAE) { in send_auth_reply()
977 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta()
1783 const u8 *pos, size_t len, u16 auth_alg, in handle_auth_fils() argument
1806 if (auth_alg == WLAN_AUTH_FILS_SK_PFS) { in handle_auth_fils()
2238 u16 auth_alg; in handle_auth_fils_finish() local
2240 auth_alg = (pub || in handle_auth_fils_finish()
2243 send_auth_reply(hapd, sta, sta->addr, hapd->own_addr, auth_alg, 2, resp, in handle_auth_fils_finish()
[all …]
Ddrv_callbacks.c118 if (!sta->sa_query_timed_out && (sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query_need()
444 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc()
460 sta->auth_alg == WLAN_AUTH_SAE && in hostapd_notif_assoc()
540 sta->auth_alg, req_ies, req_ies_len, in hostapd_notif_assoc()
549 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
550 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc()
551 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_notif_assoc()
690 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc()
691 sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
692 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc()
[all …]
Dap_drv_ops.c282 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
351 u16 auth_alg) in hostapd_add_sta_node() argument
355 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg); in hostapd_add_sta_node()
381 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_sta_auth()
382 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_sta_auth()
383 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_sta_auth()
Dwpa_auth_ft.c2507 size_t max_len, int auth_alg, in wpa_sm_write_assoc_resp_ies() argument
2538 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
2563 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies()
2564 ((auth_alg == WLAN_AUTH_FILS_SK || in wpa_sm_write_assoc_resp_ies()
2565 auth_alg == WLAN_AUTH_FILS_SK_PFS || in wpa_sm_write_assoc_resp_ies()
2566 auth_alg == WLAN_AUTH_FILS_PK) && in wpa_sm_write_assoc_resp_ies()
2599 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
2699 rsnxe_used = (auth_alg == WLAN_AUTH_FT) && in wpa_sm_write_assoc_resp_ies()
2730 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2738 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
[all …]
Dwpa_auth.h456 size_t max_len, int auth_alg,
542 void wpa_auth_set_auth_alg(struct wpa_state_machine *sm, u16 auth_alg);
Dwpa_auth_i.h25 u16 auth_alg; member
Dwpa_auth_ie.c925 (sm->auth_alg == WLAN_AUTH_FILS_SK || in wpa_validate_wpa_ie()
926 sm->auth_alg == WLAN_AUTH_FILS_SK_PFS || in wpa_validate_wpa_ie()
927 sm->auth_alg == WLAN_AUTH_FILS_PK) && in wpa_validate_wpa_ie()
/hostap-3.7.0/tests/hwsim/
Dtest_wep.py45 dev[0].connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
49 dev[1].connect("wep-shared-key", key_mgmt="NONE", auth_alg="OPEN SHARED",
61 dev[0].connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
78 dev[0].connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
81 dev[1].connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
86 id = dev[2].connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
Dtest_connect_cmd.py61 auth_alg="SHARED", wep_key0='"hello"')
67 auth_alg="OPEN SHARED", wep_key0='"hello"')
Dtest_wext.py173 wpas.connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
178 wpas.connect("wep-shared-key", key_mgmt="NONE", auth_alg="OPEN SHARED",
Dtest_cfg80211.py111 id = dev[0].connect("wep-shared-key", key_mgmt="NONE", auth_alg="SHARED",
/hostap-3.7.0/wpa_supplicant/
Dsme.c375 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
380 params.auth_alg = WPA_AUTH_ALG_LEAP; in sme_send_authentication()
382 params.auth_alg |= WPA_AUTH_ALG_LEAP; in sme_send_authentication()
387 params.auth_alg); in sme_send_authentication()
388 if (ssid->auth_alg) { in sme_send_authentication()
389 params.auth_alg = ssid->auth_alg; in sme_send_authentication()
391 "0x%x", params.auth_alg); in sme_send_authentication()
412 params.auth_alg = WPA_AUTH_ALG_SAE; in sme_send_authentication()
573 params.auth_alg = WPA_AUTH_ALG_FT; in sme_send_authentication()
746 if (!skip_auth && params.auth_alg == WPA_AUTH_ALG_SAE && in sme_send_authentication()
[all …]
Dconfig_ssid.h290 int auth_alg; member
Dwpa_priv.c269 params.auth_alg = auth->auth_alg; in wpa_priv_cmd_authenticate()
333 params.auth_alg = assoc->auth_alg; in wpa_priv_cmd_associate()
Dwpa_supplicant.conf1918 auth_alg=SHARED
Dwps_supplicant.c304 if (ssid->auth_alg != new_ssid->auth_alg || in wpas_wps_remove_dup_network()
514 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
529 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
534 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
542 ssid->auth_alg = 0; in wpa_supplicant_wps_cred()
Dibss_rsn.c516 auth.u.auth.auth_alg = host_to_le16(WLAN_AUTH_OPEN); in ibss_rsn_send_auth()
927 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
/hostap-3.7.0/src/common/
Dprivsep_commands.h48 int auth_alg; member
70 int auth_alg; member
/hostap-3.7.0/src/drivers/
Ddriver_privsep.c260 params->auth_alg, params->local_state_change, params->p2p); in wpa_driver_privsep_authenticate()
271 data->auth_alg = params->auth_alg; in wpa_driver_privsep_authenticate()
310 params->auth_alg, params->mode); in wpa_driver_privsep_associate()
327 data->auth_alg = params->auth_alg; in wpa_driver_privsep_associate()
Ddriver_wext.c39 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg);
2091 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback()
2093 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_auth_alg_fallback()
2132 if (wpa_driver_wext_set_auth_alg(drv, params->auth_alg) < 0) in wpa_driver_wext_associate()
2229 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg) in wpa_driver_wext_set_auth_alg() argument
2234 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg()
2236 if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_set_auth_alg()
2238 if (auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_wext_set_auth_alg()
Ddriver_bsd.c1176 wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg) in wpa_driver_bsd_set_auth_alg() argument
1180 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
1181 (auth_alg & WPA_AUTH_ALG_SHARED)) in wpa_driver_bsd_set_auth_alg()
1183 else if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_bsd_set_auth_alg()
1250 if (wpa_driver_bsd_set_auth_alg(drv, params->auth_alg) < 0) in wpa_driver_bsd_associate()
Ddriver_nl80211.h214 int auth_alg; member
Ddriver_atheros.c929 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()
937 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in atheros_raw_receive()
2017 static int atheros_add_sta_node(void *priv, const u8 *addr, u16 auth_alg) in atheros_add_sta_node() argument
2026 addnode->auth_alg = auth_alg; in atheros_add_sta_node()
/hostap-3.7.0/wlantest/
Drx_mgmt.c190 if (sta->auth_alg != WLAN_AUTH_FILS_SK || in process_fils_auth()
242 if (sta->auth_alg != WLAN_AUTH_FT || in process_ft_auth()
330 alg = le_to_host16(mgmt->u.auth.auth_alg); in rx_mgmt_auth()
331 sta->auth_alg = alg; in rx_mgmt_auth()
615 if (sta->auth_alg == WLAN_AUTH_FILS_SK) { in rx_mgmt_assoc_req()
745 if (sta->auth_alg == WLAN_AUTH_FILS_SK) { in rx_mgmt_assoc_resp()
850 if (sta->auth_alg == WLAN_AUTH_FILS_SK) { in rx_mgmt_reassoc_req()
1319 if (sta->auth_alg == WLAN_AUTH_FILS_SK) { in rx_mgmt_reassoc_resp()

123