summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-12-12 18:04:44 +0000
committersam <sam@FreeBSD.org>2005-12-12 18:04:44 +0000
commit2911d079c2167e81ddbbf13a22438cb4afd104c9 (patch)
tree50d32d0fd45915775843eb2f2fa292bef499e8a2 /sys/net80211/ieee80211_proto.h
parent8c5ce57de47aee09b1f0055747544c25e39f41e5 (diff)
downloadFreeBSD-src-2911d079c2167e81ddbbf13a22438cb4afd104c9.zip
FreeBSD-src-2911d079c2167e81ddbbf13a22438cb4afd104c9.tar.gz
Add ieee80211_beacon_miss for processing sta mode beacon miss events
in the 802.11 layer: we send a directed probe request frame to the current ap bmiss_max times (w/o answer) before scanning for a new ap. MFC after: 2 weeks
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r--sys/net80211/ieee80211_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index 694eff5b..ea05da8 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -218,6 +218,7 @@ void ieee80211_wme_updateparams_locked(struct ieee80211com *);
#define ieee80211_new_state(_ic, _nstate, _arg) \
(((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
+void ieee80211_beacon_miss(struct ieee80211com *);
void ieee80211_print_essid(const u_int8_t *, int);
void ieee80211_dump_pkt(const u_int8_t *, int, int, int);
OpenPOWER on IntegriCloud