summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/8021x7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/8021x b/src/8021x
index 7657ead..e954f2b 100644
--- a/src/8021x
+++ b/src/8021x
@@ -88,6 +88,13 @@ make_wpa_config() {
return 1
;;
esac
+
+ # Hidden SSID
+ shopt -s nocasematch
+ if [[ $HIDDEN == "yes" ]]; then
+ echo "scan_ssid=1"
+ fi
+ shopt -u nocasematch
}
# vim: ft=sh ts=4 et sw=4: