| 503 | } |
| 504 | |
| 505 | std::string resetMacAddresses(const std::string &pars) |
| 506 | { |
| 507 | std::string ignoreNetwork; |
| 508 | deserializePars(pars, ignoreNetwork); |
| 509 | spdlog::debug("Resetting MAC addresses"); |
| 510 | Utils::resetMacAddresses(ignoreNetwork); |
| 511 | return std::string(); |
| 512 | } |
| 513 | |
| 514 | std::string clearWifiHistoryData(const std::string &pars) |
| 515 | { |
no test coverage detected