]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa_supplicant/examples/plaintext.conf
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / contrib / wpa_supplicant / examples / plaintext.conf
1 # Plaintext (no encryption) network
2
3 ctrl_interface=/var/run/wpa_supplicant
4
5 network={
6         ssid="example open network"
7         key_mgmt=NONE
8 }