DPP: Event message for indicating when Relay would need a Controller
The new DPP-RELAY-NEEDS-CONTROLLER control interface event can be used to trigger mDNS discovery of a Controller to see if such a connection can be established automatically at the time an Enrollee is trying to initiate an operation. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
ca7892e98f
commit
d22dfe9187
3 changed files with 33 additions and 1 deletions
|
@ -433,6 +433,7 @@ struct hostapd_data {
|
|||
int dpp_chirp_round;
|
||||
int dpp_chirp_scan_done;
|
||||
int dpp_chirp_listen;
|
||||
struct os_reltime dpp_relay_last_needs_ctrl;
|
||||
#endif /* CONFIG_DPP2 */
|
||||
#ifdef CONFIG_TESTING_OPTIONS
|
||||
char *dpp_config_obj_override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue