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

# By Yoshihiko Ikenaga
# Via Android Git Automerger (1) and others
* commit '3a0acc03bb0f57df23b2c8e859acd37b80f42620':
  Fix WPS configuration method of BSS enrollee.
This commit is contained in:
Irfan Sheriff
2013-01-24 16:12:00 -08:00
committed by Android Git Automerger

View File

@@ -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)) {