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

Commit f9cb1d70 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Remove persistent behavior

Until we figure out a good way to do it from both group owner
and client, remove persistent behavior

Bug: 5241839
Change-Id: I31bda672edaa17e6a500f185b6b879dcfdbd069d
parent d56b3c95
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -271,8 +271,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;