summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-06-09 04:05:43 +0000
committersam <sam@FreeBSD.org>2005-06-09 04:05:43 +0000
commit0a48913a6fe142874ce0ddc5a00f492fb8edb946 (patch)
tree7bbeea8754dcdb767e9352855cb33596b423cd03 /sys/net80211/ieee80211_node.h
parentd916eb91e66baedfb8e0661bfd5d10ea340f8ed4 (diff)
downloadFreeBSD-src-0a48913a6fe142874ce0ddc5a00f492fb8edb946.zip
FreeBSD-src-0a48913a6fe142874ce0ddc5a00f492fb8edb946.tar.gz
o collect dtim period+count from beacons in station mode so drivers
can better program beacon timers o leave placeholder in com structure for future ap/adhoc mode tim support Reviewed by: avatar
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 5e3b8c2..9c80799 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -136,6 +136,8 @@ struct ieee80211_node {
u_int8_t ni_fhindex; /* FH only */
u_int8_t ni_erp; /* ERP from beacon/probe resp */
u_int16_t ni_timoff; /* byte offset to TIM ie */
+ u_int8_t ni_dtim_period; /* DTIM period */
+ u_int8_t ni_dtim_count; /* DTIM count for last bcn */
/* others */
int ni_fails; /* failure count to associate */
OpenPOWER on IntegriCloud