summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.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_node.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_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 65acdc0..a86f582 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -187,6 +187,7 @@ void ieee80211_node_unauthorize(struct ieee80211_node *);
void ieee80211_begin_scan(struct ieee80211com *, int);
int ieee80211_next_scan(struct ieee80211com *);
+void ieee80211_probe_curchan(struct ieee80211com *, int);
void ieee80211_create_ibss(struct ieee80211com*, struct ieee80211_channel *);
void ieee80211_reset_bss(struct ieee80211com *);
void ieee80211_cancel_scan(struct ieee80211com *);
OpenPOWER on IntegriCloud