git: 15e3143a86 - main - Handbook - Network: Add default ctrl_interface and related parameters
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Jul 2025 11:14:00 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=15e3143a86f1fde827bb2591659a84ba256023d9
commit 15e3143a86f1fde827bb2591659a84ba256023d9
Author: kraytonian <hello@chingarande.com>
AuthorDate: 2025-07-27 11:12:39 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2025-07-27 11:12:39 +0000
Handbook - Network: Add default ctrl_interface and related parameters
Discussed with: ziaee@ on Community Discord
Pull Request: https://github.com/freebsd/freebsd-doc/pull/491
---
documentation/content/en/books/handbook/network/_index.adoc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc
index fdd096d763..5d54ddd5e8 100644
--- a/documentation/content/en/books/handbook/network/_index.adoc
+++ b/documentation/content/en/books/handbook/network/_index.adoc
@@ -581,10 +581,15 @@ This procedure shows the steps required:
* The first step will be to obtain the SSID (Service Set Identifier) and PSK (Pre-Shared Key) for the wireless network from the network administrator.
-* The second step will be to add an entry for this network to [.filename]#/etc/wpa_supplicant.conf#. If the file does not exist, create it:
+* The second step will be to add default configuration paramaters and an entry for this network to [.filename]#/etc/wpa_supplicant.conf#. If the file does not exist, create it:
[.programlisting]
....
+ctrl_interface=/var/run/wpa_supplicant
+eapol_version=1
+ap_scan=1
+fast_reauth=1
+
network={
ssid="myssid" <.>
psk="mypsk" <.>