mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
# Plaintext (no encryption) network
|
|
|
|
ctrl_interface=/var/run/wpa_supplicant
|
|
|
|
network={
|
|
ssid="example open network"
|
|
key_mgmt=NONE
|
|
}
|