[Bug 286259] wpa_supplicant fails to authenticate without INET (Failed to initialize driver 'bsd')

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Apr 2025 09:41:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286259

            Bug ID: 286259
           Summary: wpa_supplicant fails to authenticate without INET
                    (Failed to initialize driver 'bsd')
           Product: Base System
           Version: 14.3-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: wireless
          Assignee: wireless@FreeBSD.org
          Reporter: zarychtam@plan-b.pwste.edu.pl

wpa_supplicant fails to authenticate correctly when legacy IP support is
disabled in FreeBSD (i.e., the world built with WITHOUT_INET and nooptions INET
in the kernel config):

[bsdondell] /home/mzar# /usr/sbin/wpa_supplicant -Dbsd -i wlan0 -c
/etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
socket[PF_INET,SOCK_DGRAM]: Address family not supported by protocol family
Failed to initialize driver 'bsd'
wlan0: Unsupported driver 'bsd'
wlan0: CTRL-EVENT-DSCP-POLICY clear_all

The same refers for the wpa_supplicant from ports:

[bsdondell] /home/mzar# /usr/local/sbin/wpa_supplicant -Dbsd -i wlan0 -c
/etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
socket[PF_INET,SOCK_DGRAM]: Address family not supported by protocol family
Failed to initialize driver 'bsd'
wlan0: Unsupported driver 'bsd'
wlan0: CTRL-EVENT-DSCP-POLICY clear_all

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