]> granicus.if.org Git - esp-idf/commit
component/tcpip_adapter: not update dhcps status when it is stopped after mode switch
authorliuzhifu <liuzhifu@espressif.com>
Tue, 25 Oct 2016 01:26:10 +0000 (09:26 +0800)
committerliuzhifu <liuzhifu@espressif.com>
Tue, 25 Oct 2016 01:26:10 +0000 (09:26 +0800)
commit700ed6365123f30a15f5b80ffef9d3b489c160d4
treea6f06d679b1c2e717b9b538f9ca291c4a2b95b2f
parentbeff3aab813a092d620c79ff24a179e0f1ae65bd
component/tcpip_adapter: not update dhcps status when it is stopped after mode switch

When switch the mode from WIFI_MODE_STA/WIFI_MODE_NULL to WIFI_MODE_AP/WIFI_MODE_APSTA,
if the dhcp server is STOPPED, then dhcp server will not start automatically.
components/tcpip_adapter/tcpip_adapter_lwip.c