Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[firefly-linux-kernel-4.4.55.git] / Documentation / networking / mac80211_hwsim / wpa_supplicant.conf
1 ctrl_interface=/var/run/wpa_supplicant
2
3 network={
4         ssid="mac80211 test"
5         psk="12345678"
6         key_mgmt=WPA-PSK
7         proto=WPA2
8         pairwise=CCMP
9         group=CCMP
10 }