Add static ip/proxy support for hidden networks

Add support for static ip and proxy. In the process, clean up the issues
that showed up during testing.

Bug: 5459872
Change-Id: I96c8fff816b6cbb485d2bb215349193e49f3d0b2
This commit is contained in:
Irfan Sheriff
2012-03-13 16:30:23 -07:00
parent db529dd66b
commit d61f7cd3aa
2 changed files with 48 additions and 40 deletions

View File

@@ -1279,10 +1279,6 @@
<string name="wifi_disabled_generic">Disabled</string>
<!-- Status for networked disabled from a DNS or DHCP failure -->
<string name="wifi_disabled_network_failure">Avoided poor Internet connection</string>
<!-- Heading in the Wi-Fi dialog box when we display a reason for disabling a connection -->
<string name="wifi_disabled_heading"></string>
<!-- Detailed message in Wi-Fi dialog when we disable Wi-Fi due to DNS failure. -->
<string name="wifi_disabled_help">The network was avoided due to poor connection. Turn off this behavior from the Settings &gt; Wi-Fi screen, Advanced menu item.</string>
<!-- Status for networks disabled from authentication failure (wrong password
or certificate). -->
<string name="wifi_disabled_password_failure">Authentication problem</string>