Skip to content

Commit

Permalink
P2P2: Add support for 6 GHz WFD R2
Browse files Browse the repository at this point in the history
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
  • Loading branch information
Shivani Baranwal authored and Jouni Malinen committed Dec 20, 2024
1 parent b02b0a5 commit 6e191ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e191ad

Please sign in to comment.