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

Commit 1201dd9b authored by Yoshihiko Ikenaga's avatar Yoshihiko Ikenaga
Browse files

Fix WPS configuration method of BSS enrollee.



Remove keypad from WPS configuration method of BSS enrollee
becuase JB UI does NOT support keypad, only supports pbc and
display.

Change-Id: I9ab6f1514805e8307b46e38261f1c657568aeb59
Signed-off-by: default avatarYoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
parent 1842f2ed
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)) {