Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c183 static int try_slot = -1; variable
435 if (!lws_esp32.ssid[(n + try_slot + 1) & 3][0]) in end_scan()
439 lws_esp32.ssid[(n + try_slot + 1) & 3]); in end_scan()
446 lws_esp32.ssid[(n + try_slot + 1) & 3])) in end_scan()
453 m = (n + try_slot + 1) & 3; in end_scan()
454 try_slot = m; in end_scan()
594 lws_snprintf(slot, sizeof(slot) - 1, "%duse", try_slot); in lws_esp32_event_passthru()