Allow for passing of beacon requests from the networks to the repeater.

This commit is contained in:
Jonathan Naylor
2017-06-02 16:29:01 +01:00
parent c70e35d5b7
commit efbf42ff83
4 changed files with 21 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ public:
virtual void clock(unsigned int ms) = 0;
virtual bool writeBeacon() = 0;
virtual void close() = 0;
private: