UI for wps pin from device

Bug: 3119043
Bug: 3112178
Change-Id: I573146ed0c834cb88d5f42c25fe0be3ed501a321
This commit is contained in:
Irfan Sheriff
2010-10-21 16:45:15 -07:00
parent 838c0f2ad0
commit e45e13f47a
5 changed files with 31 additions and 8 deletions

View File

@@ -349,7 +349,9 @@
<!-- WPS is a new standard that allowes secure connection establishment to a home wireless network using a simplified process. WPS push button based configuration involves pushing a button on the router and the device [CHAR LIMIT=25]-->
<item>WPS push button</item>
<!-- WPS pin method based configuration. This requires entering a pin obtained from the access point [CHAR LIMIT=25] -->
<item>WPS pin method</item>
<item>WPS pin from access point</item>
<!-- WPS pin method based configuration. This requires generating a pin from this device [CHAR LIMIT=25] -->
<item>WPS pin from this device</item>
</string-array>
<!-- Wi-Fi IP settings. -->

View File

@@ -916,6 +916,10 @@
<string name="wifi_network_setup">Network Setup</string>
<!-- Label for the text view for WPS pin input [CHAR LIMIT=50] -->
<string name="wifi_wps_pin">Enter pin from access point</string>
<!-- Title for the WPS pin display dialog [CHAR LIMIT=50] -->
<string name="wifi_wps_pin_method_configuration">WPS pin method configuration</string>
<!-- Text displayed in the WPS pin display dialog [CHAR LIMIT=50] -->
<string name="wifi_wps_pin_output">Enter the pin <xliff:g id="wps_pin">%1$s</xliff:g> on the access point</string>
<!-- Label for the SSID of the network -->
<string name="wifi_ssid">Network SSID</string>
<!-- Label for the security of the connection -->
@@ -956,6 +960,8 @@
<string name="wifi_disabled">Disabled</string>
<!-- Summary for the remembered network but currently not in range. -->
<string name="wifi_not_in_range">Not in range</string>
<!-- Summary for an open network with WPS being available [CHAR LIMIT=50]-->
<string name="wifi_open_with_wps">WPS available</string>
<!-- Summary for the secured network. -->
<string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
<!-- Summary for the secured network with WPS being available [CHAR LIMIT=50]-->