]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - Documentation/networking/mac80211_hwsim/wpa_supplicant.conf
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
[linux-2.6.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 }