Searched refs:h2e (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | comeback_token.c | 74 int group, const u8 *addr, int h2e) in auth_build_token_req() argument 105 if (h2e) { in auth_build_token_req()
|
| H A D | comeback_token.h | 19 int group, const u8 *addr, int h2e);
|
| H A D | ieee802_11.c | 947 use_pt = sta->sae->h2e; in auth_build_sae_commit() 1082 else if (sta->sae->tmp && sta->sae->h2e) in auth_sae_send_commit() 1396 sta->sae->h2e = in sae_sm_step() 1967 int h2e = 0; in handle_auth_sae() local 1973 h2e = sta->sae->h2e; in handle_auth_sae() 1976 h2e = 1; in handle_auth_sae() 1984 sta->addr, h2e); in handle_auth_sae() 5859 if (!sta->sae->h2e && in __check_assoc_ies() 5901 sta->sae && !sta->sae->h2e && in __check_assoc_ies()
|
| H A D | drv_callbacks.c | 746 sta->sae && !sta->sae->h2e && in hostapd_notif_assoc()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | sae.c | 1378 sae->h2e = 0; in sae_prepare_commit() 1439 sae->h2e = 1; in sae_prepare_commit_pt() 1565 if (!sae->h2e) in sae_derive_keys() 1576 sae->h2e, sae->akmp, in sae_derive_keys() 1579 if (sae->h2e && (sae->tmp->own_rejected_groups || in sae_derive_keys() 1708 if (!sae->h2e && token) { in sae_write_commit() 1749 if (sae->h2e && sae->tmp->own_rejected_groups) { in sae_write_commit() 1759 if (sae->h2e && token) { in sae_write_commit() 1868 size_t *token_len, int h2e) in sae_parse_commit_token() argument 1877 if (h2e) in sae_parse_commit_token() [all …]
|
| H A D | sae.h | 131 unsigned int h2e:1; member 153 int h2e, int *ie_offset);
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | sme.c | 252 use_pt = wpa_s->sme.sae.h2e; in sme_auth_build_sae_commit() 2755 int h2e = 0; in sme_sae_auth() local 2782 h2e = wpa_s->sme.sae.h2e; in sme_sae_auth() 2783 if (h2e) { in sme_sae_auth() 2937 if (wpa_s->sme.sae.h2e && status_code == WLAN_STATUS_SUCCESS) { in sme_sae_auth() 2942 if ((!wpa_s->sme.sae.h2e || wpa_s->sme.sae.pk) && in sme_sae_auth()
|
| H A D | events.c | 3785 if (wpa_s->sme.sae.state == SAE_ACCEPTED && wpa_s->sme.sae.h2e) in wpa_supplicant_event_associnfo()
|
| H A D | ctrl_iface.c | 2427 wpa_s->sme.sae.h2e, in wpa_supplicant_ctrl_iface_status()
|