summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.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_var.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_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 aecde3c..11aaacf 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -246,6 +246,7 @@ struct ieee80211com {
#define IEEE80211_FEXT_WDS 0x00000001 /* CONF: 4 addr allowed */
/* 0x00000006 reserved */
#define IEEE80211_FEXT_BGSCAN 0x00000008 /* STATUS: enable full bgscan completion */
+#define IEEE80211_FEXT_ERPUPDATE 0x00000200 /* STATUS: update ERP element */
/* ic_caps */
#define IEEE80211_C_WEP 0x00000001 /* CAPABILITY: WEP available */
OpenPOWER on IntegriCloud