Add examples of new mesh options into wpa_supplicant.conf
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>
This commit is contained in:
parent
e503861f4d
commit
9e5e03d77e
1 changed files with 17 additions and 0 deletions
|
@ -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={
|
||||
|
|
Loading…
Reference in a new issue