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

Commit 526603b1 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am 441a90dc: am 3a0acc03: am 381fb8bd: Merge "Fix WPS configuration method of BSS enrollee."

# By Yoshihiko Ikenaga
# Via Android Git Automerger (2) and others
* commit '441a90dc':
  Fix WPS configuration method of BSS enrollee.
parents 377fc095 441a90dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2315,7 +2315,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)) {