| 107 | } |
| 108 | |
| 109 | void BridgeFinder::addUsername(const std::string& mac, const std::string& username) |
| 110 | { |
| 111 | usernames[normalizeMac(mac)] = username; |
| 112 | } |
| 113 | |
| 114 | void BridgeFinder::addClientKey(const std::string& mac, const std::string& clientkey) |
| 115 | { |
no outgoing calls