Wifi turns on regardless of rc.conf

Hi @ all :)

haven't been using FreeBSD for quite some years now. Long story short. Got hands on a laptop and am trying to set up FreeBSD as OS. Now I have some kind of an odd problem. I don't want the network interfaces to turn on on boot, but rather start them when needed by myself.

my config in rc.conf is:
Code:
ifconfig_re0="down"
wlans_iwn0="wlan0"
ifconfig_wlan0="down"

but still, the wlan0 link state changes to UP

It is a fresh installation. I haven't even configured wpa_supplicant right now. So I am bit lost here, because I just don't know what in the world could be responsible for this odd behaviour.

thx in advance
 
Back
Top