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

Commit 381fb8bd authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Gerrit Code Review
Browse files

Merge "Fix WPS configuration method of BSS enrollee."

parents 1842f2ed 1201dd9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2358,7 +2358,7 @@ public class WifiStateMachine extends StateMachine {
            if (!mWifiNative.setSerialNumber(detail)) {
                loge("Failed to set serial number " + detail);
            }
            if (!mWifiNative.setConfigMethods("physical_display virtual_push_button keypad")) {
            if (!mWifiNative.setConfigMethods("physical_display virtual_push_button")) {
                loge("Failed to set WPS config methods");
            }
            if (!mWifiNative.setDeviceType(mPrimaryDeviceType)) {