Searched refs:default_groups (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | mesh.c | 176 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()
|
| H A D | sme.c | 59 int default_groups[] = { 19, 20, 21, 0 }; in sme_set_sae_group() local 62 groups = default_groups; in sme_set_sae_group() 1207 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_is_group_enabled() local 1211 groups = default_groups; in sme_sae_is_group_enabled() 1263 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_auth() local 1271 groups = default_groups; in sme_sae_auth()
|
| H A D | wpa_supplicant.c | 2127 int default_groups[] = { 19, 20, 21, 0 }; in wpa_s_setup_sae_pt() local 2131 groups = default_groups; in wpa_s_setup_sae_pt()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | ieee802_11.c | 1173 int default_groups[] = { 19, 0 }; in sae_pick_next_group() local 1181 groups = default_groups; in sae_pick_next_group() 1242 int default_groups[] = { 19, 0 }; in sae_is_group_enabled() local 1246 groups = default_groups; in sae_is_group_enabled() 1296 int default_groups[] = { 19, 0 }; in handle_auth_sae() local 1302 groups = default_groups; in handle_auth_sae() 3110 static const int default_groups[] = { 19, 0 }; in handle_auth_pasn_1() local 3117 groups = default_groups; in handle_auth_pasn_1()
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | sae.c | 1099 int default_groups[] = { 19, 0 }; in sae_derive_pt() local 1103 groups = default_groups; in sae_derive_pt()
|