Lines Matching refs:groups
60 int *groups = wpa_s->conf->sae_groups; in sme_set_sae_group() local
63 if (!groups || groups[0] <= 0) in sme_set_sae_group()
64 groups = default_groups; in sme_set_sae_group()
67 if (!index_within_array(groups, wpa_s->sme.sae_group_index)) in sme_set_sae_group()
71 int group = groups[wpa_s->sme.sae_group_index]; in sme_set_sae_group()
1568 int *groups = wpa_s->conf->sae_groups; in sme_sae_is_group_enabled() local
1572 if (!groups) in sme_sae_is_group_enabled()
1573 groups = default_groups; in sme_sae_is_group_enabled()
1575 for (i = 0; groups[i] > 0; i++) { in sme_sae_is_group_enabled()
1576 if (groups[i] == group) in sme_sae_is_group_enabled()
1585 const struct wpabuf *groups) in sme_check_sae_rejected_groups() argument
1590 if (!groups) in sme_check_sae_rejected_groups()
1593 pos = wpabuf_head(groups); in sme_check_sae_rejected_groups()
1594 len = wpabuf_len(groups); in sme_check_sae_rejected_groups()
1667 int *groups; in sme_sae_auth() local
1683 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
1684 if (!groups || groups[0] <= 0) in sme_sae_auth()
1685 groups = default_groups; in sme_sae_auth()
1698 if (sae_group_allowed(&wpa_s->sme.sae, groups, group) != in sme_sae_auth()
1810 groups = wpa_s->conf->sae_groups; in sme_sae_auth()
1840 if (groups && groups[0] <= 0) in sme_sae_auth()
1841 groups = NULL; in sme_sae_auth()
1843 groups, status_code == in sme_sae_auth()