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

Up newt-dev (0.52.19)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 14:54:28 2017 +0100 (2017-02-14)
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