diff options
Diffstat (limited to 'examples/wireless-wpa')
-rw-r--r-- | examples/wireless-wpa | 2 |
1 files changed, 2 insertions, 0 deletions
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 |