https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263358
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Status|New |Open --- Comment #4 from Mark Johnston <[email protected]> --- It looks like rc.d/hostapd indeed supports two execution models. You can set hostapd_enable=YES or ifconfig_wlan0="HOSTAP". Both are documented. In the second usage, netconfig passes an interface name, in the first one it doesn't. So it does seem like a regression, and hostapd_poststart should do nothing if [ -z "$ifn" ] is true. -- You are receiving this mail because: You are the assignee for the bug.
