From e3f7f68dfa6654bdfc01e3590035061fbd4f0035 Mon Sep 17 00:00:00 2001 From: Kenneth Westin Date: Tue, 21 Dec 2010 13:31:42 +0100 Subject: [PATCH] Limit length of SSID input string to 32 Limits the UI text box of the SSID field to 32 characters (which is standard) from previously being unlimited in the UI but constrained in the driver implementation. See IEEE 802.11-1999 7.3.2.1 Service Set Identity (SSID) element. Change-Id: I17573ee338ed744a2bc0258ee2c0f382c1a5c931 --- res/layout/wifi_dialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/wifi_dialog.xml b/res/layout/wifi_dialog.xml index f06c33207ac..f27ede9257c 100644 --- a/res/layout/wifi_dialog.xml +++ b/res/layout/wifi_dialog.xml @@ -38,6 +38,7 @@