Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2034 - (hide annotations) (download)
Thu Jan 24 14:30:48 2013 UTC (11 years, 3 months ago) by niro
File size: 402 byte(s)
-match new base-files layout
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 niro 2034 ctrl_interface=/run/wpa_supplicant
5 niro 39 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     }