Home
last modified time | relevance | path

Searched refs:default_groups (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/wpa_supplicant/
Dmesh.c176 static int default_groups[] = { 19, 20, 21, 25, 26, -1 }; in wpas_mesh_init_rsn() local
195 bss->conf->sae_groups = os_memdup(default_groups, in wpas_mesh_init_rsn()
196 sizeof(default_groups)); in wpas_mesh_init_rsn()
Dsme.c61 int default_groups[] = { 19, 20, 21, 0 }; in sme_set_sae_group() local
64 groups = default_groups; in sme_set_sae_group()
1569 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_is_group_enabled() local
1573 groups = default_groups; in sme_sae_is_group_enabled()
1677 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_auth() local
1685 groups = default_groups; in sme_sae_auth()
Dwpa_supplicant.c2500 int default_groups[] = { 19, 20, 21, 0 }; in wpa_s_setup_sae_pt() local
2504 groups = default_groups; in wpa_s_setup_sae_pt()
/hostap-latest/src/pasn/
Dpasn_responder.c610 static const int default_groups[] = { 19, 0 }; in handle_auth_pasn_1() local
617 groups = default_groups; in handle_auth_pasn_1()
/hostap-latest/src/common/
Dsae.c1108 int default_groups[] = { 19, 0 }; in sae_derive_pt() local
1112 groups = default_groups; in sae_derive_pt()
/hostap-latest/src/ap/
Dieee802_11.c1177 int default_groups[] = { 19, 0 }; in sae_pick_next_group() local
1185 groups = default_groups; in sae_pick_next_group()
1251 int default_groups[] = { 19, 0 }; in sae_is_group_enabled() local
1255 groups = default_groups; in sae_is_group_enabled()
1313 int default_groups[] = { 19, 0 }; in handle_auth_sae() local
1319 groups = default_groups; in handle_auth_sae()