]> granicus.if.org Git - esp-idf/commit
1. Remove ip member of struct station_info
authorxiaxiaotian <xiaxiaotian@espressif.com>
Tue, 23 Aug 2016 03:22:58 +0000 (11:22 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Fri, 26 Aug 2016 11:03:50 +0000 (19:03 +0800)
commitef0cd1cde38da2559839c5a1e53317f66393dbf0
tree4433d0e9c5b9d5751e026b9bd465ba287951af58
parentc35b57ac7b258b738a87eca86eff88f687715643
1. Remove ip member of struct station_info
2. Add struct station_list into tcpip_adapter layer
3. When ap -L cmd is received, get mac address from mac layer first and then search ip address based on mac address on dhcp layer.
components/esp32/include/esp_wifi.h
components/lwip/apps/dhcpserver.c
components/lwip/include/lwip/apps/dhcpserver.h
components/tcpip_adapter/include/tcpip_adapter.h
components/tcpip_adapter/tcpip_adapter_lwip.c