Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c156 size_t groups_size; in wpas_mesh_copy_groups() local
162 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]); in wpas_mesh_copy_groups()
163 bss->conf->sae_groups = os_malloc(groups_size); in wpas_mesh_copy_groups()
166 groups_size); in wpas_mesh_copy_groups()
/external/python/cpython3/Modules/
D_posixsubprocess.c443 int call_setgroups, size_t groups_size, const gid_t *groups, in child_exec() argument
527 POSIX_CALL(setgroups(groups_size, groups)); in child_exec()