OWE: Support DH groups 20 (NIST P-384) and 21 (NIST P-521) in station
This extends OWE support in wpa_supplicant to allow DH groups 20 and 21 to be used in addition to the mandatory group 19 (NIST P-256). The group is configured using the new network profile parameter owe_group. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
7a12edd163
commit
ec9f483774
9 changed files with 97 additions and 18 deletions
|
@ -893,6 +893,17 @@ struct wpa_ssid {
|
|||
* 0 indicates no expiration.
|
||||
*/
|
||||
unsigned int dpp_csign_expiry;
|
||||
|
||||
/**
|
||||
* owe_group - OWE DH Group
|
||||
*
|
||||
* 0 = use default (19)
|
||||
* 1-65535 DH Group to use for OWE
|
||||
*
|
||||
* Groups 19 (NIST P-256), 20 (NIST P-384), and 21 (NIST P-521) are
|
||||
* currently supported.
|
||||
*/
|
||||
int owe_group;
|
||||
};
|
||||
|
||||
#endif /* CONFIG_SSID_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue