Home
last modified time | relevance | path

Searched refs:allowed_groups (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.h139 const u8 **token, size_t *token_len, int *allowed_groups,
143 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group);
Dsae.c1686 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group) in sae_group_allowed() argument
1688 if (allowed_groups) { in sae_group_allowed()
1690 for (i = 0; allowed_groups[i] > 0; i++) { in sae_group_allowed()
1691 if (allowed_groups[i] == group) in sae_group_allowed()
1694 if (allowed_groups[i] != group) { in sae_group_allowed()
1718 if (sae->tmp->dh && !allowed_groups) { in sae_group_allowed()
2054 const u8 **token, size_t *token_len, int *allowed_groups, in sae_parse_commit() argument
2063 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos)); in sae_parse_commit()