MCPcopy Create free account
hub / github.com/SmingHub/Sming / scanNetworks

Function scanNetworks

samples/HttpServer_ConfigNetwork/app/application.cpp:240–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void scanNetworks()
241{
242 if(!WifiStation.startScan(networkScanCompleted)) {
243 scanTimer.initializeMs<5000>(scanNetworks);
244 scanTimer.startOnce();
245 }
246}
247
248} // namespace
249

Callers 1

initFunction · 0.85

Calls 2

startOnceMethod · 0.80
startScanMethod · 0.45

Tested by

no test coverage detected