git: etc/devd: recognize wireless network adapters

Daniel Fojt deef at crater.dragonflybsd.org
Sun Jun 28 01:04:28 PDT 2020


commit b7f820502ec9ccc691e15e0e77f9922b9a03c4f0
Author: Daniel Fojt <df at neosystem.org>
Date:   Sun Jun 28 09:10:56 2020 +0200

    etc/devd: recognize wireless network adapters
    
    Extend default devd(8) configuration to recognize wireless network
    adapters, and automatically create child wlanX interfaces on attach.
    Interfaces are created either according to rc.conf(5) or, in case
    particular wireless device is not configured there, first unused
    wlan is created for it.
    
    Note: newly created wlan interface is not automatically brought up
    and connected to any network. If such behaviour is desired, both
    dhcpcd(8) and wpa_supplicant(8) (in interface matching mode) have to
    be running (dhcpcd_enable and wpa_supplicant_enable in rc.conf(5)).
    
    Discussed with: Sascha Wildner

Summary of changes:
 etc/devd.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b7f820502ec9ccc691e15e0e77f9922b9a03c4f0


-- 
DragonFly BSD source repository


More information about the Commits mailing list