MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / stopWifiSharingImpl

Method stopWifiSharingImpl

src/client/engine/engine/engine.cpp:2357–2365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2355}
2356
2357void Engine::stopWifiSharingImpl()
2358{
2359 bool bInitialState = vpnShareController_->isWifiSharingEnabled();
2360 vpnShareController_->stopWifiSharing();
2361 if (bInitialState == true) // emit signal if state changed
2362 {
2363 emit wifiSharingStateChanged(false, "", 0);
2364 }
2365}
2366
2367void Engine::setSettingsMacAddressSpoofingImpl(const types::MacAddrSpoofing &macAddrSpoofing)
2368{

Callers

nothing calls this directly

Calls 2

isWifiSharingEnabledMethod · 0.80
stopWifiSharingMethod · 0.45

Tested by

no test coverage detected