Magellan Linux

Annotation of /trunk/wpa_supplicant/confd-wpa_supplicant

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2035 - (hide annotations) (download)
Thu Jan 24 14:31:15 2013 UTC (11 years, 4 months ago) by niro
File size: 522 byte(s)
-we install configuration files to a dedicated dir in etc
1 niro 39 # /etc/conf.d/wpa_supplicant - default settings for wpa_supplicant rc
2 niro 976 # $Header: /root/magellan-cvs/src/wpa_supplicant/confd-wpa_supplicant,v 1.2 2010-01-30 12:08:08 niro Exp $
3 niro 39
4     # enable wpa autoconfiguration through /etc/conf.d/net.*
5     WIRELESS_WPA_AUTOCONF=true
6    
7     # default configuration file;
8     # warning: this file gets overriden !
9 niro 2035 WIRELESS_WPA_CONFIG=/etc/wpa_supplicant/wpa_supplicant.auto
10 niro 39
11     # skeleton
12     WIRELESS_WPA_SKEL=/etc/conf.d/wpa_supplicant.skel
13    
14     # default optins for the wpa_supplicant daemon
15 niro 976 WIRELESS_WPA_OPTS=""