Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c66 use_pt = sta->sae->h2e; in auth_build_sae_commit()
146 if (sta->sae->tmp && sta->sae->h2e) { in auth_sae_send_commit()
269 sta->sae->h2e = in sae_sm_step()
567 int h2e = 0; in handle_auth_sae() local
573 h2e = sta->sae->h2e; in handle_auth_sae()
575 h2e = 1; in handle_auth_sae()
583 sta->addr, h2e); in handle_auth_sae()
Dcomeback_token.c75 int group, const u8 *addr, int h2e) in auth_build_token_req() argument
108 if (h2e) { in auth_build_token_req()
Dcomeback_token.h19 int group, const u8 *addr, int h2e);
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.h121 unsigned int h2e:1; member
140 int h2e);
Dsae.c1311 sae->h2e = 0; in sae_prepare_commit()
1372 sae->h2e = 1; in sae_prepare_commit_pt()
1487 if (!sae->h2e) in sae_derive_keys()
1494 if (sae->h2e && (sae->tmp->own_rejected_groups || in sae_derive_keys()
1618 if (!sae->h2e && token) { in sae_write_commit()
1663 if (sae->h2e && sae->tmp->own_rejected_groups) { in sae_write_commit()
1673 if (sae->h2e && token) { in sae_write_commit()
1760 size_t *token_len, int h2e) in sae_parse_commit_token() argument
1769 if (h2e) in sae_parse_commit_token()
2055 int h2e) in sae_parse_commit() argument
[all …]
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c305 if (g_sae_data.h2e) { in wpa3_parse_sae_commit()