Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/samsung-nc10-i686-svn/custom-files/confd/wpa_supplicant.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 963 - (hide annotations) (download)
Wed Jan 27 16:14:08 2010 UTC (14 years, 3 months ago) by niro
File size: 385 byte(s)
-nc10 profile
1 niro 963 # /etc/conf.d/wpa_supplicant.skel - default sekeleton for auto WPA-PSK configuration
2     # $Header: /magellan-cvs/src/wpa_supplicant/confd-wpa_supplicant.skel,v 1.1 2005/10/10 18:18:26 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=WPA2
12     key_mgmt=WPA-PSK
13     psk="@WIRELESS_KEY@"
14     priority=100
15     }