Home
last modified time | relevance | path

Searched refs:sae_set_group (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.h49 int sae_set_group(struct sae_data *sae, int group);
Dsae.c20 int sae_set_group(struct sae_data *sae, int group) in sae_set_group() function
707 if (group != sae->group && sae_set_group(sae, group) < 0) { in sae_group_allowed()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c72 if (sae_set_group(&wpa_s->sme.sae, group) == 0) { in sme_set_sae_group()