From a2b290b81adfbe7e619cf82101bdd1c13de64566 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Mon, 15 Aug 2011 15:36:23 +0200 Subject: Add option ESSID_TYPE=hex to support hexadecimal ESSIDs (FS#24333) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/examples/wireless-wpa | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/examples/wireless-wpa') diff --git a/docs/examples/wireless-wpa b/docs/examples/wireless-wpa index 20f5509..e2511f3 100644 --- a/docs/examples/wireless-wpa +++ b/docs/examples/wireless-wpa @@ -2,8 +2,13 @@ CONNECTION='wireless' DESCRIPTION='A simple WPA encrypted wireless connection' INTERFACE='wlan0' SECURITY='wpa' + ESSID='MyNetwork' +## Uncomment if the supplied ESSID is hexadecimal +#ESSID_TYPE='hex' KEY='WirelessKey' + IP='dhcp' + # Uncomment this if your ssid is hidden #HIDDEN=yes -- cgit v1.2.3-24-g4f1b