summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-04-24 01:28:39 +0000
committeradrian <adrian@FreeBSD.org>2014-04-24 01:28:39 +0000
commit535eed4ef9b2879f8feea4a5c433c08a66f0acbd (patch)
treeaf22b9fae8b9417ac4d8b5f904bb75a8f0b0948f /sys/net80211/ieee80211_var.h
parentaf7c92db81260b5383387a3ed0a3d6b688461989 (diff)
downloadFreeBSD-src-535eed4ef9b2879f8feea4a5c433c08a66f0acbd.zip
FreeBSD-src-535eed4ef9b2879f8feea4a5c433c08a66f0acbd.tar.gz
Add a capability to indicate that the net80211 stack should be doing
RUN->SLEEP->RUN transitions for station mode sleep management.
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 174fabc..2ad91cd 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -629,6 +629,7 @@ MALLOC_DECLARE(M_80211_VAP);
#define IEEE80211_C_MONITOR 0x00010000 /* CAPABILITY: monitor mode */
#define IEEE80211_C_DFS 0x00020000 /* CAPABILITY: DFS/radar avail*/
#define IEEE80211_C_MBSS 0x00040000 /* CAPABILITY: MBSS available */
+#define IEEE80211_C_SWSLEEP 0x00080000 /* CAPABILITY: do sleep here */
/* 0x7c0000 available */
#define IEEE80211_C_WPA1 0x00800000 /* CAPABILITY: WPA1 avail */
#define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */
OpenPOWER on IntegriCloud