| 33 | #include "wifi_channel.h" |
| 34 | |
| 35 | static std::shared_ptr<spdlog::logger> get_logger() { |
| 36 | return openhd::log::create_or_get("w_helper"); |
| 37 | } |
| 38 | |
| 39 | bool wifi::commandhelper::rfkill_unblock_all() { |
| 40 | get_logger()->info("rfkill_unblock_all"); |
no outgoing calls
no test coverage detected