sample config

This commit is contained in:
tavo-wasd 2024-06-24 11:29:29 -06:00
parent 1616fd2ef9
commit 7abf462d61
3 changed files with 14 additions and 5 deletions

2
snippets/dbar.tex Normal file
View file

@ -0,0 +1,2 @@
% Define \dbar command for inexact differential
\def\dbar{{\mathchar'26\mkern-12mu d}}

View 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
}

View file

@ -1,10 +1,5 @@
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
# Allow wpa_supplicant to
# update configuration
update_config=1
# MAC Address randomization
mac_addr=1
preassoc_mac_addr=1
gas_rand_mac_addr=1