esp-idf/components/mdns
David Cermak 09e36f9f33 mdns: fix preset of esp_netif ptr for local interfaces
mdns module store local copy of esp_netif for common interfaces,
but it was correctly initialized only when interface started.
If the event were missed (e.g. mdns_init after interface start)
the local copy wouldn't be initialized. Fixed by restoring the local
copy.

Closes WIFI-1538
2019-12-16 15:39:23 +01:00
..
include mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH 2019-11-13 12:36:25 +01:00
private_include mdns: add missing include of esp_task.h 2019-11-14 18:02:26 +01:00
test examples: removed ip4addr_ntoa and used prefered IP2STR for displaying IP addresses 2019-11-13 12:36:25 +01:00
test_afl_fuzz_host tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
CMakeLists.txt mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH 2019-11-13 12:36:25 +01:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
Kconfig mdns: add configuration values for task priority, affinity and internal service timeouts 2019-11-08 16:29:40 +01:00
mdns_console.c mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH 2019-11-13 12:36:25 +01:00
mdns_networking.c mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH 2019-11-13 12:36:25 +01:00
mdns.c mdns: fix preset of esp_netif ptr for local interfaces 2019-12-16 15:39:23 +01:00