summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-03-06 17:23:26 +0000
committersam <sam@FreeBSD.org>2006-03-06 17:23:26 +0000
commitd3539a10d4a53f5fd3a54756999431b21064ff5e (patch)
tree6b913e3d2fa3db34c737f663875e5a355a66e686 /sys/net80211/ieee80211_var.h
parent042a9c9ce37225467a4d0b0a5a8198a135aff48c (diff)
downloadFreeBSD-src-d3539a10d4a53f5fd3a54756999431b21064ff5e.zip
FreeBSD-src-d3539a10d4a53f5fd3a54756999431b21064ff5e.tar.gz
when scanning channels marked passive defer probe request until
802.11 traffic is seen; fixes problems with ap's hiding their ssid Obtained from: atheros MFC after: 1 week
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index 3bfce30..7402801 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -254,6 +254,7 @@ struct ieee80211com {
#define IEEE80211_FEXT_BGSCAN 0x00000008 /* STATUS: enable full bgscan completion */
#define IEEE80211_FEXT_ERPUPDATE 0x00000200 /* STATUS: update ERP element */
#define IEEE80211_FEXT_SWBMISS 0x00000400 /* CONF: do bmiss in s/w */
+#define IEEE80211_FEXT_PROBECHAN 0x00020000 /* CONF: probe passive channel*/
/* ic_caps */
#define IEEE80211_C_WEP 0x00000001 /* CAPABILITY: WEP available */
OpenPOWER on IntegriCloud