mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
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
@ -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…
x
Reference in New Issue
Block a user