[Bug 290413] add wireless interface autoconfig feature

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 Oct 2025 21:24:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290413

            Bug ID: 290413
           Summary: add wireless interface autoconfig feature
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: wireless
          Assignee: wireless@FreeBSD.org
          Reporter: bugs-freebsd-org916@ketas.si.pri.ee

Created attachment 264771
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264771&action=edit
add wireless interface autoconfig feature

add wireless interface autoconfig feature

this adds ability to tell init to autoconfigure wlans

use case is eg in embedded system where you don't really know what exact driver
your wnic has

for ethernet we do have such config via ifconfig_DEFAULT, but for wifi there's
none

it's only a little bit documented. only functional code is added. it's maybe up
to changes in review. it's one of my features i've had for 10 years. noone has
implemented it yet and i had to nearly completely rewrite it recently to adopt
it to new way of doing network init

hopefully it's helpful

-- 
You are receiving this mail because:
You are the assignee for the bug.