Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2034 - (show 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 # /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=/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 }