Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.h55 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
903 if (group != sae->group && sae_set_group(sae, group) < 0) { in sae_group_allowed()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c301 if (sae_set_group(sae, group) == 0) { in mesh_rsn_sae_group()
Dsme.c72 if (sae_set_group(&wpa_s->sme.sae, group) == 0) { in sme_set_sae_group()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c761 if (sae_set_group(sae, groups[i]) < 0) in sae_pick_next_group()