Home
last modified time | relevance | path

Searched refs:gScanTypeIndex (Results 1 – 1 of 1) sorted by relevance

/chre-3.4.0/apps/wifi_world/
Dwifi_world.cc79 uint8_t gScanTypeIndex = 0; variable
339 gWifiScanParams.scanType = gWifiScanTypes[gScanTypeIndex]; in handleTimerEvent()
343 gScanTypeIndex = (gScanTypeIndex + 1) % ARRAY_SIZE(gWifiScanTypes); in handleTimerEvent()