aboutsummaryrefslogtreecommitdiff
path: root/templates/wifi.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wifi.html')
-rw-r--r--templates/wifi.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/wifi.html b/templates/wifi.html
index 2635b25..7d15163 100644
--- a/templates/wifi.html
+++ b/templates/wifi.html
@@ -68,9 +68,6 @@ method=auto</pre>
Then you should be able to just reload the NetworkManager service, and connect with <code>nmcli connection up YKPS</code> or whatever utility your desktop environment provides.
</p>
<p>
- If you wish to manually use <code>wpa_supplicant</code>, in additional to the "standard" configuration, you need to add <code>tls_disable_tlsv1_0=0</code> to the <code>phase1</code> flags. This corresponds to <code>phase1-auth-flags=32</code> in the NetworkManager configuration.
- </p>
- <p>
If you wish to use a static IP, replace the <code>[ipv4]</code> block with the following and modify <code>XXX</code> to fit your assigned IPv4 address:
</p>
<pre>[ipv4]
@@ -87,6 +84,15 @@ method=manual</pre>
</p>
</section>
<section>
+ <h2><code>wpa_supplicant</code>/<code>iwd</code></h2>
+ <p>
+ If you wish to manually use <code>wpa_supplicant</code>, in additional to the "standard" configuration, you need to add <code>tls_disable_tlsv1_0=0</code> to the <code>phase1</code> flags. On most systems, <code>/usr/share/doc/wpa_supplicant/examples/wpa_supplicant.conf</code> is a well-documented example configuration file that should cover all your needs.
+ </p>
+ <p>
+ I do not personally use <code>iwd</code>, and I don't see an option to allow insecure versions of TLS from a quick skim of the man page. Please help document this, if possible.
+ </p>
+ </section>
+ <section>
<h2>macOS</h2>
<p>
Connect to the "STUWIRELESS" network with your normal school credentials.