Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2837 - (show 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 # /etc/conf.d/wpa_supplicant.skel - default sekeleton for auto WPA-PSK configuration
2 # $Id$
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 scan_ssid=@WIRELESS_SCAN_HIDDEN_ESSID@
12 proto=@WIRELESS_AUTH_MODE@
13 key_mgmt=WPA-PSK
14 psk="@WIRELESS_KEY@"
15 priority=100
16 }