]> granicus.if.org Git - esp-idf/commit
lwip/esp32: move the extern wifi calls into esp_wifi_internal.h
authorliuzhifu <liuzhifu@espressif.com>
Wed, 26 Oct 2016 05:23:35 +0000 (13:23 +0800)
committerliuzhifu <liuzhifu@espressif.com>
Wed, 26 Oct 2016 05:23:35 +0000 (13:23 +0800)
commit612aaa69e4927baa9ce413237006bb5123361954
tree59a752463231784d0626809897a7693786b28102
parentcbb26c9532a7daf3c34fd92c22f56e353ee05478
lwip/esp32: move the extern wifi calls into esp_wifi_internal.h

1. Add esp_wifi_internal.h
2. Rename system_pp_recycle_rx_pkt to esp_wifi_internal_free_rx_buffer
3. rename esp_wifi_tx_is_stop to esp_wifi_internal_tx_is_stop
4. rename ieee80211_output to esp_wifi_internal_tx
components/esp32/include/esp_wifi_internal.h [new file with mode: 0644]
components/lwip/api/sockets.c
components/lwip/core/pbuf.c
components/lwip/include/lwip/port/netif/wlanif.h
components/lwip/port/netif/wlanif.c