MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / updateApRecords

Method updateApRecords

Tactility/Source/app/wifimanage/State.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void State::updateApRecords() {
36 mutex.lock();
37 apRecords = service::wifi::getScanResults();
38 mutex.unlock();
39}
40
41void State::setConnectSsid(const std::string& ssid) {
42 mutex.lock();

Callers 2

onWifiEventMethod · 0.80
onShowMethod · 0.80

Calls 3

getScanResultsFunction · 0.50
lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected