wok-next view wpa_supplicant/stuff/wpa_empty.conf @ rev 21410

updated polkit (0.113 -> 0.116)
author Hans-G?nter Theisgen
date Fri Apr 24 17:53:05 2020 +0100 (2020-04-24)
parents 62082fa37457
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