Magellan Linux

Contents of /trunk/wpa_supplicant/confd-wpa_supplicant.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 791 - (show annotations) (download)
Sat May 9 16:16:49 2009 UTC (14 years, 11 months ago) by niro
File size: 406 byte(s)
wpa2 support

1 # /etc/conf.d/wpa_supplicant.skel - default sekeleton for auto WPA-PSK configuration
2 # $Header: /root/magellan-cvs/src/wpa_supplicant/confd-wpa_supplicant.skel,v 1.2 2009-05-09 16:16:49 niro Exp $
3
4 ctrl_interface=/var/run/wpa_supplicant
5 ctrl_interface_group=0
6 eapol_version=1
7 ap_scan=1
8
9 network={
10 ssid="@WIRELESS_ESSID@"
11 proto=@WIRELESS_AUTH_MODE@
12 key_mgmt=WPA-PSK
13 psk="@WIRELESS_KEY@"
14 priority=100
15 }