DPP: Allow AP/Relay to be configured to listed for new TCP connections
This extends Relay functionality to allow a Controller to intitiate a new DPP exchange in addition to the previously supported case where the exchange was initiated through a DPP Public Action frame. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
248654d36b
commit
451ede2c31
8 changed files with 191 additions and 1 deletions
|
@ -761,6 +761,7 @@ struct hostapd_bss_config {
|
|||
struct wpabuf *dpp_csign;
|
||||
#ifdef CONFIG_DPP2
|
||||
struct dpp_controller_conf *dpp_controller;
|
||||
int dpp_relay_port;
|
||||
int dpp_configurator_connectivity;
|
||||
int dpp_pfs;
|
||||
#endif /* CONFIG_DPP2 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue