(type, sig)
| 18158 | buttonsContainer.appendChild(button); |
| 18159 | }); |
| 18160 | |
| 18161 | updateWifiInterfaceSwitchActiveState(activeName); |
| 18162 | } |
| 18163 | |
| 18164 | async function refreshWifiNetworksForInterface(interfaceName) { |
| 18165 | if (!interfaceName) { |
| 18166 | return; |
| 18167 | } |
no outgoing calls
no test coverage detected