static inline esp_netif_t* lwip_get_esp_netif(struct netif *netif) { #if LWIP_ESP_NETIF_DATA return (esp_netif_t*)netif_get_client_data(netif, lwip_netif_client_id); #else return (esp_netif_t*)netif->state; #endif } static inline void lwip_set_esp_netif(struct netif *netif, esp...
* @param data */ void esp_netif_action_got_ip(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data); /** * @} */ /** * @defgroup ESP_NETIF_GET_SET ESP-NETIF Runtime configuration * @brief Getters and setters for various TCP/IP related parameters */ /**...
It can be input or output data depend on opt_op is GET or SET. For example, if you want to set dhcp->tries, you can follow this code: Code: Select all uint8_t tries; uint32_t len = sizeof(tries); esp_netif_dhcpc_option(esp_netif, ESP_NETIF_OP_SET, ESP_NETIF_IP_REQUEST...
First time through I can start up and publish data ok but shutting down mqtt I get error msg: I (18680) MQTT: MQTT_PUBLIISHED I (18690) MQTT_CLIENT: Client asked to disconnect W (18690) MQTT_CLIENT: Client asked to stop, but was not started ...
firmware include driver lwip app netif ip_route.h lwip_napt.h netif.h opt.h lwipopts.h string.h mqtt user AutoMesh.JPG FlashRepeaterWindows.jpg LICENSE Makefile README.md WebConfig.jpg liblwip_open_napt.a rboot.bin rom0.ld rom1.ld...
void esp_netif_action_got_ip(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data); /** * @} */ /** * @defgroup ESP_NETIF_GET_SET ESP-NETIF Runtime configuration * @brief Getters and setters for various TCP/IP related parameters */ /** @addtogroup ESP_NET...
void esp_netif_action_got_ip(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data); /** * @} */ /** * @defgroup ESP_NETIF_GET_SET ESP-NETIF Runtime configuration * @brief Getters and setters for various TCP/IP related parameters */ /** @addtogroup ESP_N...
.gitlab components app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server ...