From db8b46406b46132406aa46cecc8ccacdb9975f89 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 5 Jun 2011 21:44:18 +0200 Subject: Add HIDDEN variable in configsection example (FS#24566) --- examples/wireless-wpa-configsection | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/wireless-wpa-configsection b/examples/wireless-wpa-configsection index a57f885..d6cc8ad 100644 --- a/examples/wireless-wpa-configsection +++ b/examples/wireless-wpa-configsection @@ -1,7 +1,8 @@ CONNECTION='wireless' INTERFACE=wlan0 SECURITY='wpa-configsection' -ESSID='University +# Uncomment this if your ssid is hidden +#HIDDEN=yes IP='dhcp' CONFIGSECTION=' ssid="University" -- cgit v1.2.3-24-g4f1b