From 6e191adc494bac71c835a4153b254249647e6ab8 Mon Sep 17 00:00:00 2001 From: Shivani Baranwal Date: Fri, 20 Dec 2024 14:34:51 +0530 Subject: [PATCH] P2P2: Add support for 6 GHz WFD R2 Signed-off-by: Shivani Baranwal --- p2p.c | 1 + 1 file changed, 1 insertion(+) diff --git a/p2p.c b/p2p.c index 7f4c7ba..f85f3da 100644 --- a/p2p.c +++ b/p2p.c @@ -952,6 +952,7 @@ static enum sigma_cmd_result cmd_sta_set_p2p(struct sigma_dut *dut, "P2P_SET chan_switch_req_enable 1"); if (wpa_command(intf, buf) < 0) return ERROR_SEND_STATUS; + wpa_command(intf, "P2P_SET reginfo 2"); } else { dut->p2p_r2_capable = false; sigma_dut_print(dut, DUT_MSG_INFO,