Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a62b43e authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Remove persistent behavior"

parents 329b7971 f9cb1d70
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -284,8 +284,11 @@ public class WifiNative {
                break;
        }

        //TODO: Add persist behavior once the supplicant interaction is fixed for both
        // group and client scenarios
        /* Persist unless there is an explicit request to not do so*/
        if (config.persist != WifiP2pConfig.Persist.NO) args.add("persistent");
        //if (config.persist != WifiP2pConfig.Persist.NO) args.add("persistent");

        if (joinExistingGroup) args.add("join");

        int groupOwnerIntent = config.groupOwnerIntent;