sample config
This commit is contained in:
parent
1616fd2ef9
commit
7abf462d61
3 changed files with 14 additions and 5 deletions
2
snippets/dbar.tex
Normal file
2
snippets/dbar.tex
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
% Define \dbar command for inexact differential
|
||||||
|
\def\dbar{{\mathchar'26\mkern-12mu d}}
|
12
wpa_supplicant/sample_PAP.conf
Normal file
12
wpa_supplicant/sample_PAP.conf
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
network={
|
||||||
|
ssid="[SSID]"
|
||||||
|
proto=RSN
|
||||||
|
key_mgmt=WPA-EAP
|
||||||
|
pairwise=CCMP
|
||||||
|
auth_alg=OPEN
|
||||||
|
eap=TTLS
|
||||||
|
identity="[IDENTITY]"
|
||||||
|
password="[PASSWORD]"
|
||||||
|
phase2="auth=PAP"
|
||||||
|
mesh_fwding=1
|
||||||
|
}
|
|
@ -1,10 +1,5 @@
|
||||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||||
|
|
||||||
# Allow wpa_supplicant to
|
|
||||||
# update configuration
|
|
||||||
update_config=1
|
update_config=1
|
||||||
|
|
||||||
# MAC Address randomization
|
|
||||||
mac_addr=1
|
mac_addr=1
|
||||||
preassoc_mac_addr=1
|
preassoc_mac_addr=1
|
||||||
gas_rand_mac_addr=1
|
gas_rand_mac_addr=1
|
||||||
|
|
Loading…
Reference in a new issue