You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the way wireless is now exposed in 11-CURRENT, custom OPNSense builds based on FreeBSD 11-CURRENT do not show any available wireless devices. I haven't looked at OPNSense's code at all, but it likely queries the interfaces based on the output from ifconfig. When on 11-CURRENT, OPNSense should search for wireless interfaces by querying sysctl net.wlan.devices.
My next build of OPNSense based on HardenedBSD will use 11-CURRENT. So this is a blocker for my next release.
The text was updated successfully, but these errors were encountered:
Because of the way wireless is now exposed in 11-CURRENT, custom OPNSense builds based on FreeBSD 11-CURRENT do not show any available wireless devices. I haven't looked at OPNSense's code at all, but it likely queries the interfaces based on the output from
ifconfig. When on 11-CURRENT, OPNSense should search for wireless interfaces by queryingsysctl net.wlan.devices.My next build of OPNSense based on HardenedBSD will use 11-CURRENT. So this is a blocker for my next release.
The text was updated successfully, but these errors were encountered: