Home
last modified time | relevance | path

Searched defs:per_session_data__esplws_ota (Results 1 – 1 of 1) sorted by relevance

/external/libwebsockets/plugins/
Dprotocol_esp32_lws_ota.c30 struct per_session_data__esplws_ota { struct
31 struct lws_spa *spa;
32 char filename[32];
33 char result[LWS_PRE + 512];
34 int result_len;
35 int filename_length;
36 esp_ota_handle_t otahandle;
37 const esp_partition_t *part;
38 long file_length;
39 long last_rep;
[all …]