From 6b626a4773a26b4275cd7be663a5d7547ea4cb11 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Tue, 13 Jul 2010 19:47:30 +0200 Subject: wireless: Add support for hidden ssid --- examples/wireless-wpa-static | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/wireless-wpa-static') diff --git a/examples/wireless-wpa-static b/examples/wireless-wpa-static index 751f00f..25da514 100644 --- a/examples/wireless-wpa-static +++ b/examples/wireless-wpa-static @@ -8,3 +8,5 @@ IP='static' # Any other CONNECTION='ethernet' options may be used. ADDR='192.168.1.23' GATEWAY='192.168.1.1' DNS=('192.168.1.1') +# Uncomment this if your ssid is hidden +#HIDDEN=yes -- cgit v1.2.3-24-g4f1b