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

Commit 0ac37341 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Wifi: Fix for connection failure between third client and GC."

parents d7154751 1fac6952
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1902,7 +1902,11 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
                    } else {
                        mSavedPeerConfig.wps.setup = WpsInfo.PBC;
                    }
                    if (DBG) logd("mGroup.isGroupOwner()" + mGroup.isGroupOwner());
                    if (mGroup.isGroupOwner()) {
                        if (DBG) logd("Local device is Group Owner, transiting to mUserAuthorizingJoinState");
                        transitionTo(mUserAuthorizingJoinState);
                    }
                    break;
                case WifiMonitor.P2P_GROUP_STARTED_EVENT:
                    loge("Duplicate group creation event notice, ignore");