wok view wpa_supplicant/stuff/etc/wpa/wpa_empty.conf @ rev 15914

Update wpa_supplicant (2.1) And use /etc/wpa
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 15 19:55:40 2014 +0100 (2014-02-15)
parents
children
line source
1 # /etc/wpa/wpa.conf: wpa_supplicant configuration file.
2 #
4 # Whether to allow wpa_supplicant to update (overwrite) configuration
5 #update_config=1
7 #
8 # global configuration (shared by all network blocks)
9 #
11 # Parameters for the control interface
12 ctrl_interface=/var/run/wpa_supplicant
14 # Ensure that only root can read the WPA configuration
15 ctrl_interface_group=0
17 # IEEE 802.1X/EAPOL version: 1 or 2
18 eapol_version=2
20 # AP scanning/selection
21 ap_scan=1
23 # EAP fast re-authentication
24 fast_reauth=1
26 # Network configuration example.
27 #network={
28 #ssid=""
29 #psk=""
30 #scan_ssid=1
31 #proto=WPA RSN
32 #key_mgmt=WPA-PSK WPA-EAP
33 #}
35 # Network configuration added by /etc/init.d/network.sh using
36 # setting from /etc/network.conf