OWE: Allow set of enabled DH groups to be limited on AP
The new hostapd configuration parameter owe_groups can be used to specify a subset of the allowed DH groups as a space separated list of group identifiers. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
e30de6c250
commit
91cc34bf32
5 changed files with 46 additions and 1 deletions
|
@ -610,6 +610,9 @@ void hostapd_config_free_bss(struct hostapd_bss_config *conf)
|
|||
wpabuf_free(conf->assocresp_elements);
|
||||
|
||||
os_free(conf->sae_groups);
|
||||
#ifdef CONFIG_OWE
|
||||
os_free(conf->owe_groups);
|
||||
#endif /* CONFIG_OWE */
|
||||
|
||||
os_free(conf->wowlan_triggers);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue