Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(176)

Unified Diff: src/wifi/model/capability-information.cc

Issue 333660043: 802.11 PCF implementation
Patch Set: Fix wifi-blockack example in previous patchset Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/wifi/model/capability-information.cc
===================================================================
--- a/src/wifi/model/capability-information.cc
+++ b/src/wifi/model/capability-information.cc
@@ -59,6 +59,12 @@
}
}
+void
+CapabilityInformation::SetCfPollable (void)
+{
+ Set (2);
+}
+
bool
CapabilityInformation::IsEss (void) const
{
@@ -83,6 +89,12 @@
return Is (10);
}
+bool
+CapabilityInformation::IsCfPollable (void) const
+{
+ return Is (2);
+}
+
void
CapabilityInformation::Set (uint8_t n)
{

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b