summaryrefslogtreecommitdiff
path: root/data/templates/wifi
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-21 17:32:55 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-21 17:32:55 +0200
commitd22b476e0e1ca2a173ecf9c85596b4f02646e772 (patch)
tree7044809012739c70dbb3e357df1c1bdb324ba2e6 /data/templates/wifi
parent6635d8822a42cffcb4df9a44d87a0c4fb79ef698 (diff)
downloadvyos-1x-d22b476e0e1ca2a173ecf9c85596b4f02646e772.tar.gz
vyos-1x-d22b476e0e1ca2a173ecf9c85596b4f02646e772.zip
wireless: T2887: help when searching hidden SSIDs in station mode
Diffstat (limited to 'data/templates/wifi')
-rw-r--r--data/templates/wifi/wpa_supplicant.conf.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/data/templates/wifi/wpa_supplicant.conf.tmpl b/data/templates/wifi/wpa_supplicant.conf.tmpl
index 9ddad35fd..f84892dc0 100644
--- a/data/templates/wifi/wpa_supplicant.conf.tmpl
+++ b/data/templates/wifi/wpa_supplicant.conf.tmpl
@@ -1,7 +1,13 @@
-# WPA supplicant config
+### Autogenerated by interfaces-macsec.py ###
+
+# see full documentation:
+# https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf
+
network={
ssid="{{ ssid }}"
+ scan_ssid=1
{% if security is defined and security.wpa is defined and security.wpa.passphrase is defined %}
+ key_mgmt=WPA-PSK
psk="{{ security.wpa.passphrase }}"
{% else %}
key_mgmt=NONE