# By Yoshihiko Ikenaga # Via Android Git Automerger (1) and others * commit '3a0acc03bb0f57df23b2c8e859acd37b80f42620': Fix WPS configuration method of BSS enrollee.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user