00001 00028 #ifndef _UTIL_H 00029 #define _UTIL_H 00030 #include "lwip/ip.h" 00031 00032 char* ip2str(struct ip_addr addr); 00033 00034 struct ip_addr str2ip(const char* str); 00035 00036 void print_network(struct wl_network_t* wl_network); 00037 00038 void print_network_list(void); 00039 00040 00041 #endif /* _UTIL_H */