Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ getRadioState
Method
getRadioState
Tactility/Source/app/wifimanage/State.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
service::wifi::RadioState State::getRadioState() const {
22
mutex.lock();
23
auto result = radioState;
24
mutex.unlock();
25
return result;
26
}
27
28
bool State::isScanning() const {
29
mutex.lock();
Callers
4
updateConnectToHidden
Method · 0.45
updateNetworkList
Method · 0.45
updateScanning
Method · 0.45
updateWifiToggle
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected