esp/bme680-demo/build/esp_err_codes/esp_wifi_err_codes.csv
2026-06-24 23:13:57 +02:00

5.9 KiB

1namevaluefilecomment
2ESP_ERR_WIFI_NOT_INIT12289components/esp_wifi/include/esp_wifi.hWiFi driver was not installed by esp_wifi_init
3ESP_ERR_WIFI_NOT_STARTED12290components/esp_wifi/include/esp_wifi.hWiFi driver was not started by esp_wifi_start
4ESP_ERR_WIFI_NOT_STOPPED12291components/esp_wifi/include/esp_wifi.hWiFi driver was not stopped by esp_wifi_stop
5ESP_ERR_WIFI_IF12292components/esp_wifi/include/esp_wifi.hWiFi interface error
6ESP_ERR_WIFI_MODE12293components/esp_wifi/include/esp_wifi.hWiFi mode error
7ESP_ERR_WIFI_STATE12294components/esp_wifi/include/esp_wifi.hWiFi internal state error
8ESP_ERR_WIFI_CONN12295components/esp_wifi/include/esp_wifi.hWiFi internal control block of station or soft-AP error
9ESP_ERR_WIFI_NVS12296components/esp_wifi/include/esp_wifi.hWiFi internal NVS module error
10ESP_ERR_WIFI_MAC12297components/esp_wifi/include/esp_wifi.hMAC address is invalid
11ESP_ERR_WIFI_SSID12298components/esp_wifi/include/esp_wifi.hSSID is invalid
12ESP_ERR_WIFI_PASSWORD12299components/esp_wifi/include/esp_wifi.hPassword is invalid
13ESP_ERR_WIFI_TIMEOUT12300components/esp_wifi/include/esp_wifi.hTimeout error
14ESP_ERR_WIFI_WAKE_FAIL12301components/esp_wifi/include/esp_wifi.hWiFi is in sleep state(RF closed) and wakeup fail
15ESP_ERR_WIFI_WOULD_BLOCK12302components/esp_wifi/include/esp_wifi.hThe caller would block
16ESP_ERR_WIFI_NOT_CONNECT12303components/esp_wifi/include/esp_wifi.hStation still in disconnect status
17ESP_ERR_WIFI_POST12306components/esp_wifi/include/esp_wifi.hFailed to post the event to WiFi task
18ESP_ERR_WIFI_INIT_STATE12307components/esp_wifi/include/esp_wifi.hInvalid WiFi state when init/deinit is called
19ESP_ERR_WIFI_STOP_STATE12308components/esp_wifi/include/esp_wifi.hReturned when WiFi is stopping
20ESP_ERR_WIFI_NOT_ASSOC12309components/esp_wifi/include/esp_wifi.hThe WiFi connection is not associated
21ESP_ERR_WIFI_TX_DISALLOW12310components/esp_wifi/include/esp_wifi.hThe WiFi TX is disallowed
22ESP_ERR_WIFI_TWT_FULL12311components/esp_wifi/include/esp_wifi.hno available flow id
23ESP_ERR_WIFI_TWT_SETUP_TIMEOUT12312components/esp_wifi/include/esp_wifi.hTimeout of receiving twt setup response frame, timeout times can be set during twt setup
24ESP_ERR_WIFI_TWT_SETUP_TXFAIL12313components/esp_wifi/include/esp_wifi.hTWT setup frame tx failed
25ESP_ERR_WIFI_TWT_SETUP_REJECT12314components/esp_wifi/include/esp_wifi.hThe twt setup request was rejected by the AP
26ESP_ERR_WIFI_DISCARD12315components/esp_wifi/include/esp_wifi.hDiscard frame
27ESP_ERR_WIFI_ROC_IN_PROGRESS12316components/esp_wifi/include/esp_wifi.hROC op is in progress
28ESP_ERR_ESPNOW_BASE12388components/esp_wifi/include/esp_now.hESPNOW error number base.
29ESP_ERR_ESPNOW_NOT_INIT12389components/esp_wifi/include/esp_now.hESPNOW is not initialized.
30ESP_ERR_ESPNOW_ARG12390components/esp_wifi/include/esp_now.hInvalid argument
31ESP_ERR_ESPNOW_NO_MEM12391components/esp_wifi/include/esp_now.hOut of memory
32ESP_ERR_ESPNOW_FULL12392components/esp_wifi/include/esp_now.hESPNOW peer list is full
33ESP_ERR_ESPNOW_NOT_FOUND12393components/esp_wifi/include/esp_now.hESPNOW peer is not found
34ESP_ERR_ESPNOW_INTERNAL12394components/esp_wifi/include/esp_now.hInternal error
35ESP_ERR_ESPNOW_EXIST12395components/esp_wifi/include/esp_now.hESPNOW peer has existed
36ESP_ERR_ESPNOW_IF12396components/esp_wifi/include/esp_now.hInterface error
37ESP_ERR_ESPNOW_CHAN12397components/esp_wifi/include/esp_now.hChannel error
38ESP_ERR_MESH_WIFI_NOT_START16385components/esp_wifi/include/esp_mesh.hWi-Fi isn't started
39ESP_ERR_MESH_NOT_INIT16386components/esp_wifi/include/esp_mesh.hmesh isn't initialized
40ESP_ERR_MESH_NOT_CONFIG16387components/esp_wifi/include/esp_mesh.hmesh isn't configured
41ESP_ERR_MESH_NOT_START16388components/esp_wifi/include/esp_mesh.hmesh isn't started
42ESP_ERR_MESH_NOT_SUPPORT16389components/esp_wifi/include/esp_mesh.hnot supported yet
43ESP_ERR_MESH_NOT_ALLOWED16390components/esp_wifi/include/esp_mesh.hoperation is not allowed
44ESP_ERR_MESH_NO_MEMORY16391components/esp_wifi/include/esp_mesh.hout of memory
45ESP_ERR_MESH_ARGUMENT16392components/esp_wifi/include/esp_mesh.hillegal argument
46ESP_ERR_MESH_EXCEED_MTU16393components/esp_wifi/include/esp_mesh.hpacket size exceeds MTU
47ESP_ERR_MESH_TIMEOUT16394components/esp_wifi/include/esp_mesh.htimeout
48ESP_ERR_MESH_DISCONNECTED16395components/esp_wifi/include/esp_mesh.hdisconnected with parent on station interface
49ESP_ERR_MESH_QUEUE_FAIL16396components/esp_wifi/include/esp_mesh.hqueue fail
50ESP_ERR_MESH_QUEUE_FULL16397components/esp_wifi/include/esp_mesh.hqueue full
51ESP_ERR_MESH_NO_PARENT_FOUND16398components/esp_wifi/include/esp_mesh.hno parent found to join the mesh network
52ESP_ERR_MESH_NO_ROUTE_FOUND16399components/esp_wifi/include/esp_mesh.hno route found to forward the packet
53ESP_ERR_MESH_OPTION_NULL16400components/esp_wifi/include/esp_mesh.hno option found
54ESP_ERR_MESH_OPTION_UNKNOWN16401components/esp_wifi/include/esp_mesh.hunknown option
55ESP_ERR_MESH_XON_NO_WINDOW16402components/esp_wifi/include/esp_mesh.hno window for software flow control on upstream
56ESP_ERR_MESH_INTERFACE16403components/esp_wifi/include/esp_mesh.hlow-level Wi-Fi interface error
57ESP_ERR_MESH_DISCARD_DUPLICATE16404components/esp_wifi/include/esp_mesh.hdiscard the packet due to the duplicate sequence number
58ESP_ERR_MESH_DISCARD16405components/esp_wifi/include/esp_mesh.hdiscard the packet
59ESP_ERR_MESH_VOTING16406components/esp_wifi/include/esp_mesh.hvote in progress
60ESP_ERR_MESH_XMIT16407components/esp_wifi/include/esp_mesh.hTX fail, the tx state is a value other than timeout and disconnect
61ESP_ERR_MESH_QUEUE_READ16408components/esp_wifi/include/esp_mesh.herror in reading queue
62ESP_ERR_MESH_PS16409components/esp_wifi/include/esp_mesh.hmesh PS is not specified as enable or disable
63ESP_ERR_MESH_RECV_RELEASE16410components/esp_wifi/include/esp_mesh.hrelease esp_mesh_recv_toDS