fix(network): reset frequency

This commit is contained in:
Alex
2019-05-18 13:57:35 +02:00
parent e70d8aff73
commit 4865a9ad6c
2 changed files with 11 additions and 8 deletions

View File

@ -38,7 +38,7 @@ class Network : public ALabel {
void parseSignal(struct nlattr**);
void parseFreq(struct nlattr**);
bool associatedOrJoined(struct nlattr**);
bool checkInterface(int if_index, std::string name);
bool checkInterface(struct ifinfomsg *rtif, std::string name);
int getPreferredIface();
auto getInfo() -> void;
bool wildcardMatch(const std::string& pattern, const std::string& text);