Merge "Fix WPS configuration method of BSS enrollee."

This commit is contained in:
Irfan Sheriff
2013-01-24 17:38:51 +00:00
committed by Gerrit Code Review

View File

@@ -2358,7 +2358,7 @@ public class WifiStateMachine extends StateMachine {
if (!mWifiNative.setSerialNumber(detail)) { if (!mWifiNative.setSerialNumber(detail)) {
loge("Failed to set serial number " + 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"); loge("Failed to set WPS config methods");
} }
if (!mWifiNative.setDeviceType(mPrimaryDeviceType)) { if (!mWifiNative.setDeviceType(mPrimaryDeviceType)) {