Lines Matching full:-
4 Several ESP-IDF components use *events* to inform application about state changes, such as connecti…
6 Wi-Fi, Ethernet, and IP Events
7 ------------------------------
9 …t library<../api-reference/system/esp_event>`, events from Wi-Fi driver, Ethernet driver, and TCP/…
14 …-IDF. In the legacy event loop, all possible event types and event data structures had to be defin…
16 …-reference/system/esp_event>` for general information on using this library. Wi-Fi, Ethernet, and …
18 .. _legacy-event-loop:
31 When Wi-Fi, Ethernet, or IP stack generate an event, this event is sent to a high-priority ``event`…
33 …tion structures. Application event handler will typically use ``switch(event->event_id)`` to handl…
41 +------------------------------------+-----------------------------------------------+
44 +------------------------------------+-----------------------------------------------+
45 | **Wi-Fi** |
46 +------------------------------------+-----------------------------------------------+
49 +------------------------------------+-----------------------------------------------+
52 +------------------------------------+-----------------------------------------------+
55 +------------------------------------+-----------------------------------------------+
58 +------------------------------------+-----------------------------------------------+
61 +------------------------------------+-----------------------------------------------+
64 +------------------------------------+-----------------------------------------------+
67 +------------------------------------+-----------------------------------------------+
70 +------------------------------------+-----------------------------------------------+
73 +------------------------------------+-----------------------------------------------+
76 +------------------------------------+-----------------------------------------------+
79 +------------------------------------+-----------------------------------------------+
82 +------------------------------------+-----------------------------------------------+
85 +------------------------------------+-----------------------------------------------+
88 +------------------------------------+-----------------------------------------------+
91 +------------------------------------+-----------------------------------------------+
94 +------------------------------------+-----------------------------------------------+
96 +------------------------------------+-----------------------------------------------+
99 +------------------------------------+-----------------------------------------------+
102 +------------------------------------+-----------------------------------------------+
105 +------------------------------------+-----------------------------------------------+
108 +------------------------------------+-----------------------------------------------+
110 +------------------------------------+-----------------------------------------------+
113 +------------------------------------+-----------------------------------------------+
116 +------------------------------------+-----------------------------------------------+
119 +------------------------------------+-----------------------------------------------+
122 +------------------------------------+-----------------------------------------------+
125 +------------------------------------+-----------------------------------------------+
128 +------------------------------------+-----------------------------------------------+
131 -----------
133 ESP-WIFI-MESH uses a system similar to the :ref:`legacy-event-loop` to deliver events to the applic…
136 ----------------