Lines Matching refs:groups
407 int *groups = NULL; in sae_is_group_enabled() local
411 if (!groups) { in sae_is_group_enabled()
412 groups = default_groups; in sae_is_group_enabled()
415 for (i = 0; groups[i] > 0; i++) { in sae_is_group_enabled()
416 if (groups[i] == group) in sae_is_group_enabled()
427 const struct wpabuf *groups; in check_sae_rejected_groups() local
433 groups = sae->tmp->peer_rejected_groups; in check_sae_rejected_groups()
434 if (!groups) in check_sae_rejected_groups()
437 pos = wpabuf_head(groups); in check_sae_rejected_groups()
438 len = wpabuf_len(groups); in check_sae_rejected_groups()
470 int *groups = hapd->conf->sae_groups; in handle_auth_sae() local
475 if (!groups) { in handle_auth_sae()
476 groups = default_group; in handle_auth_sae()
515 sae_group_allowed(sta->sae, groups, in handle_auth_sae()