summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-01-02 16:57:20 +0000
committersam <sam@FreeBSD.org>2006-01-02 16:57:20 +0000
commitf48869deccd8e549ef01af18f876abc423257689 (patch)
treeb13743634da486c054ce81eb1e4dd2b75b03d96c /sys/net80211/ieee80211_proto.h
parentaeef1b925008eef31fdc571053ea6177fd85d879 (diff)
downloadFreeBSD-src-f48869deccd8e549ef01af18f876abc423257689.zip
FreeBSD-src-f48869deccd8e549ef01af18f876abc423257689.tar.gz
update erp information element in the beacon frame to reflect
changes in the bss Reviewed by: avatar Obtained from: atheros 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 ea05da8..4b8f6b4 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -237,6 +237,7 @@ struct ieee80211_beacon_offsets {
u_int8_t *bo_trailer; /* start of fixed-size trailer */
u_int16_t bo_tim_len; /* atim/dtim length in bytes */
u_int16_t bo_trailer_len; /* trailer length in bytes */
+ u_int8_t *bo_erp; /* start of ERP element */
};
struct mbuf *ieee80211_beacon_alloc(struct ieee80211com *,
struct ieee80211_node *, struct ieee80211_beacon_offsets *);
OpenPOWER on IntegriCloud