Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.h66 const u8 **token, size_t *token_len, int *allowed_groups);
69 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group);
Dsae.c882 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group) in sae_group_allowed() argument
884 if (allowed_groups) { in sae_group_allowed()
886 for (i = 0; allowed_groups[i] > 0; i++) { in sae_group_allowed()
887 if (allowed_groups[i] == group) in sae_group_allowed()
890 if (allowed_groups[i] != group) { in sae_group_allowed()
914 if (sae->tmp->dh && !allowed_groups) { in sae_group_allowed()
1097 const u8 **token, size_t *token_len, int *allowed_groups) in sae_parse_commit() argument
1105 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos)); in sae_parse_commit()