Home
last modified time | relevance | path

Searched refs:h2e (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/wpa/src/ap/
HDcomeback_token.c74 int group, const u8 *addr, int h2e) in auth_build_token_req() argument
105 if (h2e) { in auth_build_token_req()
HDcomeback_token.h19 int group, const u8 *addr, int h2e);
HDieee802_11.c624 use_pt = sta->sae->h2e; in auth_build_sae_commit()
722 else if (sta->sae->tmp && sta->sae->h2e) in auth_sae_send_commit()
1005 sta->sae->h2e = in sae_sm_step()
1520 int h2e = 0; in handle_auth_sae() local
1526 h2e = sta->sae->h2e; in handle_auth_sae()
1529 h2e = 1; in handle_auth_sae()
1537 sta->addr, h2e); in handle_auth_sae()
4198 sta->sae && !sta->sae->h2e && in __check_assoc_ies()
HDdrv_callbacks.c619 sta->sae && !sta->sae->h2e && in hostapd_notif_assoc()
/freebsd-head/contrib/wpa/src/common/
HDsae.h121 unsigned int h2e:1; member
141 int h2e, int *ie_offset);
HDsae.c1358 sae->h2e = 0; in sae_prepare_commit()
1419 sae->h2e = 1; in sae_prepare_commit_pt()
1545 if (!sae->h2e) in sae_derive_keys()
1556 sae->h2e, sae->akmp, in sae_derive_keys()
1559 if (sae->h2e && (sae->tmp->own_rejected_groups || in sae_derive_keys()
1682 if (!sae->h2e && token) { in sae_write_commit()
1723 if (sae->h2e && sae->tmp->own_rejected_groups) { in sae_write_commit()
1733 if (sae->h2e && token) { in sae_write_commit()
1842 size_t *token_len, int h2e) in sae_parse_commit_token() argument
1851 if (h2e) in sae_parse_commit_token()
[all …]
/freebsd-head/contrib/wpa/wpa_supplicant/
HDsme.c174 use_pt = wpa_s->sme.sae.h2e; in sme_auth_build_sae_commit()
1678 int h2e = 0; in sme_sae_auth() local
1705 h2e = wpa_s->sme.sae.h2e; in sme_sae_auth()
1706 if (h2e) { in sme_sae_auth()
1819 if (wpa_s->sme.sae.h2e && status_code == WLAN_STATUS_SUCCESS) { in sme_sae_auth()
1824 if ((!wpa_s->sme.sae.h2e || wpa_s->sme.sae.pk) && in sme_sae_auth()
HDevents.c3380 if (wpa_s->sme.sae.state == SAE_ACCEPTED && wpa_s->sme.sae.h2e) in wpa_supplicant_event_associnfo()
HDctrl_iface.c2378 wpa_s->sme.sae.h2e, in wpa_supplicant_ctrl_iface_status()