Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2837 - (hide annotations) (download)
Thu Oct 13 15:02:21 2016 UTC (7 years, 6 months ago) by niro
File size: 337 byte(s)
-make ssids scanning configurable
1 niro 39 # /etc/conf.d/wpa_supplicant.skel - default sekeleton for auto WPA-PSK configuration
2 niro 2837 # $Id$
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 2837 scan_ssid=@WIRELESS_SCAN_HIDDEN_ESSID@
12 niro 791 proto=@WIRELESS_AUTH_MODE@
13 niro 39 key_mgmt=WPA-PSK
14     psk="@WIRELESS_KEY@"
15     priority=100
16     }