Replace lwip SDK blob with lwip 1.4.1 upstream source

Compiles but won't work yet
This commit is contained in:
Angus Gratton 2015-05-12 10:12:50 +10:00
parent 496c5a8330
commit 806962d5c7
75 changed files with 1203 additions and 13257 deletions

16
lwip/esp_interface.c Normal file
View file

@ -0,0 +1,16 @@
/* LWIP interface to the ESP SDK MAC layer
These two symbols are called from libnet80211.a
*/
/* called from hostap_input... less clear what this is for! */
void ethernetif_init(void)
{
}
/* called from ieee80211_deliver_data with new IP frames */
void ethernetif_input(void)
{
}