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

Unified Diff: src/devices/wifi/wifi-net-device.h

Issue 2104052: Adding multiple BSSID virtual AP for the single WiFi device
Patch Set: Created 13 years, 6 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
« no previous file with comments | « src/devices/wifi/nqap-wifi-mac.cc ('k') | src/devices/wifi/wifi-net-device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/devices/wifi/wifi-net-device.h
===================================================================
--- a/src/devices/wifi/wifi-net-device.h
+++ b/src/devices/wifi/wifi-net-device.h
@@ -101,6 +101,8 @@
virtual bool SendFrom(Ptr<Packet> packet, const Address& source, const Address& dest, uint16_t protocolNumber);
virtual void SetPromiscReceiveCallback (PromiscReceiveCallback cb);
virtual bool SupportsSendFrom (void) const;
+ // added for wifi-net-device-virtualizer
+ void VirtualizerCompleteConfig (void);
private:
« no previous file with comments | « src/devices/wifi/nqap-wifi-mac.cc ('k') | src/devices/wifi/wifi-net-device.cc » ('j') | no next file with comments »

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