Searched refs:default_groups (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh.c | 160 static int default_groups[] = { 19, 20, 21, 25, 26, -1 }; in wpas_mesh_init_rsn() local 179 bss->conf->sae_groups = os_memdup(default_groups, in wpas_mesh_init_rsn() 180 sizeof(default_groups)); in wpas_mesh_init_rsn()
|
H A D | sme.c | 61 int default_groups[] = { 19, 20, 21, 0 }; in sme_set_sae_group() local 64 groups = default_groups; in sme_set_sae_group() 1073 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_auth() local 1078 groups = default_groups; in sme_sae_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 66 int default_groups[] = { 19, 20, 21, 0 }; in sme_set_sae_group() local 69 groups = default_groups; in sme_set_sae_group() 1599 int default_groups[] = { 19, 20, 21, 0 }; local 1603 groups = default_groups; 1702 int default_groups[] = { 19, 20, 21, 0 }; local 1710 groups = default_groups;
|
H A D | wpa_supplicant.c | 2273 int default_groups[] = { 19, 20, 21, 0 }; in wpa_s_setup_sae_pt() local 2277 groups = default_groups; in wpa_s_setup_sae_pt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 1174 int default_groups[] = { 19, 0 }; in sae_pick_next_group() local 1182 groups = default_groups; in sae_pick_next_group() 1246 int default_groups[] = { 19, 0 }; in sae_is_group_enabled() local 1250 groups = default_groups; in sae_is_group_enabled() 1300 int default_groups[] = { 19, 0 }; in handle_auth_sae() local 1306 groups = default_groups; in handle_auth_sae() 3132 static const int default_groups[] = { 19, 0 }; in handle_auth_pasn_1() local 3139 groups = default_groups; in handle_auth_pasn_1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 942 int default_groups[] = { 19, 0 }; in sae_pick_next_group() local 950 groups = default_groups; in sae_pick_next_group() 986 int default_groups[] = { 19, 0 }; in handle_auth_sae() local 991 groups = default_groups; in handle_auth_sae()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 1101 int default_groups[] = { 19, 0 }; in sae_derive_pt() local 1105 groups = default_groups; in sae_derive_pt()
|
Completed in 37 milliseconds