Skip to content

Commit

Permalink
P2P2: Remove setting of pairing_verification
Browse files Browse the repository at this point in the history
This parameter was removed from wpa_supplicant since duplicates
functionality in pairing_cache.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
  • Loading branch information
Jouni Malinen committed Dec 22, 2024
1 parent 2279b56 commit 9712250
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions p2p_usd.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ enum sigma_cmd_result sigma_usd_publish(struct sigma_dut *dut,
"ErrorCode,Failed to set pairing cache");
return STATUS_SENT;
}

if (wpa_command(ifname, "P2P_SET pairing_verification 1") < 0) {
send_resp(dut, conn, SIGMA_ERROR,
"ErrorCode,Failed to enable pairing verification");
return STATUS_SENT;
}
}

if (!service_name)
Expand Down

0 comments on commit 9712250

Please sign in to comment.