Searched refs:default_group (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa3.c | 29 int default_group = IANA_SECP256R1; in wpa3_build_sae_commit() local 107 if (sae_set_group(&g_sae_data, default_group)) { in wpa3_build_sae_commit() 108 wpa_printf(MSG_ERROR, "wpa3: could not set SAE group %d", default_group); in wpa3_build_sae_commit()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ieee802_11.c | 471 int default_group[] = { IANA_SECP256R1, 0}; in handle_auth_sae() local 476 groups = default_group; in handle_auth_sae() 530 resp = sae_parse_commit(sta->sae, buf, len, &token, &token_len, default_group, in handle_auth_sae()
|