| 695 | } |
| 696 | |
| 697 | std::string removeMacAddressSpoof(const std::string &pars) |
| 698 | { |
| 699 | std::wstring interfaceName; |
| 700 | deserializePars(pars, interfaceName); |
| 701 | MacAddressSpoof::remove(interfaceName); |
| 702 | return std::string(); |
| 703 | } |
| 704 | |
| 705 | std::string resetNetworkAdapter(const std::string &pars) |
| 706 | { |
no test coverage detected