mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1009113 - Stop setting unused and incompatible wifi properties. r=gbrown
This commit is contained in:
parent
64d3acce20
commit
ce524577d1
@ -598,12 +598,8 @@ public class SUTAgentAndroid extends Activity
|
|||||||
wc.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
|
wc.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
|
||||||
}
|
}
|
||||||
|
|
||||||
wc.hiddenSSID = false;
|
|
||||||
wc.status = WifiConfiguration.Status.ENABLED;
|
wc.status = WifiConfiguration.Status.ENABLED;
|
||||||
|
|
||||||
wc.password.setValue("\"password\"");
|
|
||||||
wc.identity.setValue("\"bmoss@mozilla.com\"");
|
|
||||||
|
|
||||||
if (!wifi.isWifiEnabled())
|
if (!wifi.isWifiEnabled())
|
||||||
wifi.setWifiEnabled(true);
|
wifi.setWifiEnabled(true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user