From: Veerendranath Jakkam Date: Wed, 2 Nov 2022 10:25:19 +0000 (+0530) Subject: P2P: Clone sae_pwe config to new group interface config X-Git-Tag: hostap_2_11~1578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff55f34823b9c7b1a7cd4d559a79241d6e1cbfd;p=thirdparty%2Fhostap.git P2P: Clone sae_pwe config to new group interface config Clone sae_pwe configuration value when creating a new P2P group interface. This is needed to avoid P2P connection failure at the P2P Client side due to SAE H2E being disabled in the 6 GHz band operation when a new group interface is created for the connection. Signed-off-by: Veerendranath Jakkam --- diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index 307922b97..be6159852 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -2174,6 +2174,7 @@ do { \ d->passive_scan = s->passive_scan; d->pmf = s->pmf; d->p2p_6ghz_disable = s->p2p_6ghz_disable; + d->sae_pwe = s->sae_pwe; if (s->wps_nfc_dh_privkey && s->wps_nfc_dh_pubkey && !d->wps_nfc_pw_from_config) {