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-open | 2 ++ examples/wireless-wep | 2 ++ examples/wireless-wep-string-key | 2 ++ examples/wireless-wpa | 2 ++ examples/wireless-wpa-config | 2 ++ examples/wireless-wpa-static | 2 ++ 6 files changed, 12 insertions(+) (limited to 'examples') diff --git a/examples/wireless-open b/examples/wireless-open index be7e9fc..db8d6ef 100644 --- a/examples/wireless-open +++ b/examples/wireless-open @@ -4,3 +4,5 @@ INTERFACE='wlan0' SECURITY='none' ESSID='MyNetwork' IP='dhcp' +# Uncomment this if your ssid is hidden +#HIDDEN=yes diff --git a/examples/wireless-wep b/examples/wireless-wep index c6c9cb3..d0eeaba 100644 --- a/examples/wireless-wep +++ b/examples/wireless-wep @@ -5,3 +5,5 @@ SECURITY='wep' ESSID='MyNetwork' KEY='1234567890' IP='dhcp' +# Uncomment this if your ssid is hidden +#HIDDEN=yes diff --git a/examples/wireless-wep-string-key b/examples/wireless-wep-string-key index 3d0b2c2..ebc4b0a 100644 --- a/examples/wireless-wep-string-key +++ b/examples/wireless-wep-string-key @@ -5,3 +5,5 @@ SECURITY='wep' ESSID='MyNetwork' KEY='s:Wireless Key' IP='dhcp' +# Uncomment this if your ssid is hidden +#HIDDEN=yes diff --git a/examples/wireless-wpa b/examples/wireless-wpa index f6b7eb4..20f5509 100644 --- a/examples/wireless-wpa +++ b/examples/wireless-wpa @@ -5,3 +5,5 @@ SECURITY='wpa' ESSID='MyNetwork' KEY='WirelessKey' IP='dhcp' +# Uncomment this if your ssid is hidden +#HIDDEN=yes diff --git a/examples/wireless-wpa-config b/examples/wireless-wpa-config index 864199f..955d845 100644 --- a/examples/wireless-wpa-config +++ b/examples/wireless-wpa-config @@ -4,3 +4,5 @@ INTERFACE='wlan0' SECURITY='wpa-config' WPA_CONF='/etc/wpa_supplicant.conf' IP='dhcp' +# Uncomment this if your ssid is hidden +#HIDDEN=yes 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