P2P: Allow persistent group join retry limit to be configured via D-Bus
Android and ChromeOS use this to limit retries for auto GO join operation. Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
This commit is contained in:
parent
007a43ac59
commit
093bedc059
8 changed files with 43 additions and 10 deletions
|
@ -1051,6 +1051,7 @@ struct wpa_supplicant {
|
|||
int p2p_sd_over_ctrl_iface;
|
||||
int p2p_in_provisioning;
|
||||
int p2p_in_invitation;
|
||||
int p2p_retry_limit;
|
||||
int p2p_invite_go_freq;
|
||||
int pending_invite_ssid_id;
|
||||
int show_group_started;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue