Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 791 - (hide annotations) (download)
Sat May 9 16:16:49 2009 UTC (15 years ago) by niro
File size: 406 byte(s)
wpa2 support

1 niro 39 # /etc/conf.d/wpa_supplicant.skel - default sekeleton for auto WPA-PSK configuration
2 niro 791 # $Header: /root/magellan-cvs/src/wpa_supplicant/confd-wpa_supplicant.skel,v 1.2 2009-05-09 16:16:49 niro Exp $
3 niro 39
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 niro 791 proto=@WIRELESS_AUTH_MODE@
12 niro 39 key_mgmt=WPA-PSK
13     psk="@WIRELESS_KEY@"
14     priority=100
15     }