Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/wpa/src/ap/
H A Dap_mlme.c60 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()
141 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_reassociate_indication()
[all …]
H A Dieee802_11.c442 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply()
464 auth_alg == WLAN_AUTH_SAE) { in send_auth_reply()
966 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta()
2270 u16 auth_alg; in handle_auth_fils_finish() local
2272 auth_alg = (pub || in handle_auth_fils_finish()
2919 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); in handle_auth()
2944 auth_alg); in handle_auth()
2982 auth_alg); in handle_auth()
3229 switch (auth_alg) { in handle_auth()
6382 auth_alg = 0; in handle_auth_cb()
[all …]
H A Ddrv_callbacks.c602 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc()
618 sta->auth_alg == WLAN_AUTH_SAE && in hostapd_notif_assoc()
698 sta->auth_alg, req_ies, req_ies_len, in hostapd_notif_assoc()
707 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
709 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_notif_assoc()
849 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc()
852 sta->auth_alg == WLAN_AUTH_FILS_PK) in hostapd_notif_assoc()
883 sta->auth_alg == WLAN_AUTH_FILS_PK) in hostapd_notif_assoc()
1569 sta->auth_alg = WLAN_AUTH_FILS_SK; in hostapd_notify_auth_fils_finish()
1605 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
[all …]
H A Dap_drv_ops.c401 u16 auth_alg) in hostapd_add_sta_node() argument
405 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg); in hostapd_add_sta_node()
431 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_sta_auth()
432 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_sta_auth()
433 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_sta_auth()
H A Dieee802_11_eht.c950 u16 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); in auth_skip_fixed_fields() local
959 switch (auth_alg) { in auth_skip_fixed_fields()
995 auth_alg); in auth_skip_fixed_fields()
H A Dwpa_auth_i.h25 u16 auth_alg; member
H A Dwpa_auth_ft.c2559 size_t max_len, int auth_alg, in wpa_sm_write_assoc_resp_ies() argument
2589 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
2614 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies()
2615 ((auth_alg == WLAN_AUTH_FILS_SK || in wpa_sm_write_assoc_resp_ies()
2616 auth_alg == WLAN_AUTH_FILS_SK_PFS || in wpa_sm_write_assoc_resp_ies()
2617 auth_alg == WLAN_AUTH_FILS_PK) && in wpa_sm_write_assoc_resp_ies()
2650 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
2804 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2812 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2832 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
[all …]
H A Dwpa_auth_ie.c979 (sm->auth_alg == WLAN_AUTH_FILS_SK || in wpa_validate_wpa_ie()
980 sm->auth_alg == WLAN_AUTH_FILS_SK_PFS || in wpa_validate_wpa_ie()
981 sm->auth_alg == WLAN_AUTH_FILS_PK) && in wpa_validate_wpa_ie()
H A Dwpa_auth.h520 size_t max_len, int auth_alg,
607 void wpa_auth_set_auth_alg(struct wpa_state_machine *sm, u16 auth_alg);
/freebsd-14.2/tests/sys/kern/
H A Dktls_test.c572 switch (auth_alg) { in build_tls_enable()
2072 auth_alg, minor) \ argument
2107 auth_alg, minor) \ argument
2259 auth_alg, minor) \ argument
2279 auth_alg, minor) \ argument
2299 auth_alg, minor) \ argument
2319 auth_alg, minor) \ argument
2339 auth_alg, minor) \ argument
2392 auth_alg, minor) \
2637 auth_alg, minor, 64)
[all …]
/freebsd-14.2/contrib/wpa/src/common/
H A Dprivsep_commands.h48 int auth_alg; member
70 int auth_alg; member
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dsme.c622 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
634 params.auth_alg); in sme_send_authentication()
635 if (ssid->auth_alg) { in sme_send_authentication()
636 params.auth_alg = ssid->auth_alg; in sme_send_authentication()
638 "0x%x", params.auth_alg); in sme_send_authentication()
830 params.auth_alg = WPA_AUTH_ALG_FT; in sme_send_authentication()
1128 int auth_alg; in sme_send_authentication() local
1137 auth_alg = ssid->fils_dh_group ? in sme_send_authentication()
1139 params.auth_alg = auth_alg; in sme_send_authentication()
1142 wpa_s->sme.auth_alg = auth_alg; in sme_send_authentication()
[all …]
H A Dconfig_ssid.h313 int auth_alg; member
H A Dwpa_priv.c272 params.auth_alg = auth->auth_alg; in wpa_priv_cmd_authenticate()
336 params.auth_alg = assoc->auth_alg; in wpa_priv_cmd_associate()
H A Dwpa_supplicant.conf2007 auth_alg=SHARED
H A Dwps_supplicant.c314 if (ssid->auth_alg != new_ssid->auth_alg || in wpas_wps_remove_dup_network()
524 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
539 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
544 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
552 ssid->auth_alg = 0; in wpa_supplicant_wps_cred()
H A Dibss_rsn.c517 auth.u.auth.auth_alg = host_to_le16(WLAN_AUTH_OPEN); in ibss_rsn_send_auth()
931 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
/freebsd-14.2/contrib/wpa/src/drivers/
H A 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()
H A Ddriver_wext.c39 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg);
2092 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback()
2094 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_auth_alg_fallback()
2133 if (wpa_driver_wext_set_auth_alg(drv, params->auth_alg) < 0) in wpa_driver_wext_associate()
2230 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg) in wpa_driver_wext_set_auth_alg() argument
2235 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg()
2237 if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_set_auth_alg()
2239 if (auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_wext_set_auth_alg()
H A Ddriver_bsd.c1213 wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg) in wpa_driver_bsd_set_auth_alg() argument
1217 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
1218 (auth_alg & WPA_AUTH_ALG_SHARED)) in wpa_driver_bsd_set_auth_alg()
1220 else if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_bsd_set_auth_alg()
1318 if (wpa_driver_bsd_set_auth_alg(drv, params->auth_alg) < 0) in wpa_driver_bsd_associate()
H A Ddriver_atheros.c931 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()
939 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in atheros_raw_receive()
2019 static int atheros_add_sta_node(void *priv, const u8 *addr, u16 auth_alg) in atheros_add_sta_node() argument
2028 addnode->auth_alg = auth_alg; in atheros_add_sta_node()
/freebsd-14.2/contrib/tcpdump/
H A Dprint-dhcp6.c290 uint8_t auth_alg; in dhcp6opt_print() local
471 auth_alg = GET_U_1(tp); in dhcp6opt_print()
472 switch (auth_alg) { in dhcp6opt_print()
478 ND_PRINT(", alg: %u", auth_alg); in dhcp6opt_print()
H A Dprint-802_11.c271 uint16_t auth_alg; member
1605 pbody.auth_alg = GET_LE_U_2(p); in handle_auth()
1617 if ((pbody.auth_alg == 1) && in handle_auth()
1621 (pbody.auth_alg < NUM_AUTH_ALGS) in handle_auth()
1622 ? auth_alg_text[pbody.auth_alg] in handle_auth()
1632 (pbody.auth_alg < NUM_AUTH_ALGS) in handle_auth()
1633 ? auth_alg_text[pbody.auth_alg] in handle_auth()
/freebsd-14.2/sbin/setkey/
H A Dparse.y297 : F_ENC enc_alg F_AUTH auth_alg
302 : F_AUTH auth_alg
437 auth_alg
/freebsd-14.2/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h400 u8 auth_alg[0x20]; member

123