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

Commit c8347bac authored by Nalla Kartheek's avatar Nalla Kartheek Committed by Gerrit - the friendly Code Review server
Browse files

SoftAp: Pass interfcae name to SoftapController to start softap

SoftAp uses different interfcae names for standalone and STA+SoftAP
concurrency, hence start interfcae name when starting softap.

CRs-Fixed: 1091729
Change-Id: Ic2de3e44662c188b13356ca5bd8a3c575c8a5dae
parent 74fd77ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1582,7 +1582,7 @@ public class NetworkManagementService extends INetworkManagementService.Stub
                    SOFT_AP_COMMAND_SUCCESS, logMsg);

            logMsg = "startAccessPoint Error starting softap";
            args = new Object[] {"startap"};
            args = new Object[] {"startap", wlanIface};
            executeOrLogWithMessage(SOFT_AP_COMMAND, args, NetdResponseCode.SoftapStatusResult,
                    SOFT_AP_COMMAND_SUCCESS, logMsg);
        } catch (NativeDaemonConnectorException e) {