Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dcomeback_token.c74 int group, const u8 *addr, int h2e) in auth_build_token_req() argument
105 if (h2e) { in auth_build_token_req()
Dcomeback_token.h19 int group, const u8 *addr, int h2e);
Dieee802_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()
4205 sta->sae && !sta->sae->h2e && in __check_assoc_ies()
Ddrv_callbacks.c621 sta->sae && !sta->sae->h2e && in hostapd_notif_assoc()
/hostap-latest/src/common/
Dsae.c1365 sae->h2e = 0; in sae_prepare_commit()
1426 sae->h2e = 1; in sae_prepare_commit_pt()
1552 if (!sae->h2e) in sae_derive_keys()
1563 sae->h2e, sae->akmp, in sae_derive_keys()
1566 if (sae->h2e && (sae->tmp->own_rejected_groups || in sae_derive_keys()
1689 if (!sae->h2e && token) { in sae_write_commit()
1730 if (sae->h2e && sae->tmp->own_rejected_groups) { in sae_write_commit()
1740 if (sae->h2e && token) { in sae_write_commit()
1849 size_t *token_len, int h2e) in sae_parse_commit_token() argument
1858 if (h2e) in sae_parse_commit_token()
[all …]
Dsae.h121 unsigned int h2e:1; member
141 int h2e, int *ie_offset);
/hostap-latest/wpa_supplicant/
Dsme.c174 use_pt = wpa_s->sme.sae.h2e; in sme_auth_build_sae_commit()
1681 int h2e = 0; in sme_sae_auth() local
1708 h2e = wpa_s->sme.sae.h2e; in sme_sae_auth()
1709 if (h2e) { in sme_sae_auth()
1822 if (wpa_s->sme.sae.h2e && status_code == WLAN_STATUS_SUCCESS) { in sme_sae_auth()
1827 if ((!wpa_s->sme.sae.h2e || wpa_s->sme.sae.pk) && in sme_sae_auth()
Devents.c3388 if (wpa_s->sme.sae.state == SAE_ACCEPTED && wpa_s->sme.sae.h2e) in wpa_supplicant_event_associnfo()
Dctrl_iface.c2377 wpa_s->sme.sae.h2e, in wpa_supplicant_ctrl_iface_status()