Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2836 by niro, Thu Jan 24 14:30:48 2013 UTC revision 2837 by niro, Thu Oct 13 15:02:21 2016 UTC
# Line 1  Line 1 
1  # /etc/conf.d/wpa_supplicant.skel - default sekeleton for auto WPA-PSK configuration  # /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 $  # $Id$
3    
4  ctrl_interface=/run/wpa_supplicant  ctrl_interface=/run/wpa_supplicant
5  ctrl_interface_group=0  ctrl_interface_group=0
# Line 8  ap_scan=1 Line 8  ap_scan=1
8    
9  network={  network={
10   ssid="@WIRELESS_ESSID@"   ssid="@WIRELESS_ESSID@"
11     scan_ssid=@WIRELESS_SCAN_HIDDEN_ESSID@
12   proto=@WIRELESS_AUTH_MODE@   proto=@WIRELESS_AUTH_MODE@
13   key_mgmt=WPA-PSK   key_mgmt=WPA-PSK
14   psk="@WIRELESS_KEY@"   psk="@WIRELESS_KEY@"

Legend:
Removed from v.2836  
changed lines
  Added in v.2837