Add examples of new mesh options into wpa_supplicant.conf
authorThomas Pedersen <thomas@noack.us>
Mon, 1 Sep 2014 04:23:34 +0000 (00:23 -0400)
committerJouni Malinen <j@w1.fi>
Thu, 20 Nov 2014 14:31:09 +0000 (16:31 +0200)
Signed-off-by: Javier Lopez <jlopex@gmail.com>
Signed-off-by: Jason Mobarak <x@jason.mobarak.name>
Signed-off-by: Thomas Pedersen <thomas@noack.us>
wpa_supplicant/wpa_supplicant.conf

index 0e8a28a..91b2da8 100644 (file)
@@ -1333,6 +1333,23 @@ network={
        psk="secret passphrase"
 }
 
+# open mesh network
+network={
+       ssid="test mesh"
+       mode=5
+       frequency=2437
+       key_mgmt=NONE
+}
+
+# secure (SAE + AMPE) network
+network={
+       ssid="secure mesh"
+       mode=5
+       frequency=2437
+       key_mgmt=SAE
+       psk="very secret passphrase"
+}
+
 
 # Catch all example that allows more or less all configuration modes
 network={