[Bug 278306] service netif start doesn't bring up the wireless interface if /etc/wpa_supplicant.conf is missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Aug 2024 20:33:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278306
--- Comment #7 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Oleksandr Kryvulia from comment #6)
I'm not arguing. Just pointing out that we at least do offer
something. I wonder if something like the following might be
a good starter in either /etc/defaults/wpa_supplicant.conf or
/etc/wpa_supplicant.conf
------cut-here------------------------
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
# Define your network here
network={
priority=0
key_mgmt=NONE
}
------cut-here------------------------
Thoughts?
--
You are receiving this mail because:
You are the assignee for the bug.