LwIP v2 support
This commit is contained in:
parent
1cfded6389
commit
cd23acaa4a
39 changed files with 1357 additions and 664 deletions
|
|
@ -44,9 +44,9 @@ enum {
|
|||
};
|
||||
|
||||
struct ip_info {
|
||||
struct ip_addr ip;
|
||||
struct ip_addr netmask;
|
||||
struct ip_addr gw;
|
||||
struct ip4_addr ip;
|
||||
struct ip4_addr netmask;
|
||||
struct ip4_addr gw;
|
||||
};
|
||||
|
||||
bool sdk_wifi_get_ip_info(uint8_t if_index, struct ip_info *info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue