Use new WifiManager API
Change-Id: I9cc092e98412146a07c1829cacab47b8cea0bc9a
This commit is contained in:
@@ -504,10 +504,6 @@ public class WifiConfigController implements TextWatcher,
|
||||
}
|
||||
config.pin = ((TextView) mView.findViewById(R.id.wps_pin)).getText().toString();
|
||||
config.BSSID = (mAccessPoint != null) ? mAccessPoint.bssid : null;
|
||||
|
||||
config.proxySettings = mProxySettings;
|
||||
config.ipAssignment = mIpAssignment;
|
||||
config.linkProperties = new LinkProperties(mLinkProperties);
|
||||
return config;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user