-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
P2P2: Allow PASN parameters to be configured verification
This allows the supported DH groups for PASN to be configured. Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
- Loading branch information
Shivani Baranwal
authored and
Jouni Malinen
committed
Dec 20, 2024
1 parent
19b5881
commit 67af5c3
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1268,6 +1268,7 @@ struct sigma_dut { | |
* values */ | ||
bool usd_enabled; | ||
bool p2p_r2_capable; | ||
u8 pasn_type; | ||
}; | ||
|
||
|
||
|