Merge "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)) {
|
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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user