#define FOURCC(name)
Creates a FourCC constant from a string literal.
Definition Common.h:107
Definition NetworkEvents.h:53
Msg
Network event messages.
Definition NetworkEvents.h:84
@ DISCONNECTING
Currently disconnecting from network.
Definition NetworkEvents.h:88
@ SUCCESS
Network operation completed successfully.
Definition NetworkEvents.h:86
@ ACCESS_POINT
Device is operating in access point mode.
Definition NetworkEvents.h:90
@ AVAILABLE
Configured network is available for connection.
Definition NetworkEvents.h:91
@ DISCONNECTED
Network connection has been lost or terminated.
Definition NetworkEvents.h:89
@ FAILED
Network operation failed (connection, scan, etc.)
Definition NetworkEvents.h:85
@ CONNECTING
Currently attempting to connect to network.
Definition NetworkEvents.h:87
Topic
Network event topics.
Definition NetworkEvents.h:73
@ WIFI_STATUS_LED
LED status indicators for network state.
Definition NetworkEvents.h:75
@ CONNECTION
WiFi connection state changes and operations.
Definition NetworkEvents.h:74
Channel
Network-related data channels.
Definition NetworkEvents.h:62
@ OUT_SSID
Channel for broadcasting current SSID information.
Definition NetworkEvents.h:63