summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2009-03-13 07:12:25 +0000
committerbrooks <brooks@FreeBSD.org>2009-03-13 07:12:25 +0000
commit5c7c975a70d57c591ceb6314a17810f22062977c (patch)
tree8b247ea6abf4a2e4a39c86bbdb20015cd8e97864 /etc/defaults
parent70e9101f98c9308cb26e76f591e6bcccdf3b6849 (diff)
downloadFreeBSD-src-5c7c975a70d57c591ceb6314a17810f22062977c.zip
FreeBSD-src-5c7c975a70d57c591ceb6314a17810f22062977c.tar.gz
Add support for setting the debug flags on wlan interfaces after the are
created using wlandebug_<ifn> variables.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 17c9f37..bc81ab3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -197,6 +197,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
#wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device
+#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlanddebug(8)
#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
#
#autobridge_interfaces="bridge0" # List of bridges to check
OpenPOWER on IntegriCloud