--- embedtools/inc/dwds.h 2010/10/27 15:23:49 1.1.2.3 +++ embedtools/inc/dwds.h 2010/10/27 16:04:52 1.1.2.4 @@ -16,4 +16,9 @@ struct dwds_if { }; +inline int wifi_getParent(const char *csVAP, char *psParent, size_t plen); +inline int wifi_chkIface(const char *csIface, char **ppsIF, int nIF); +inline int wifi_isWDS(int fd, const char *csVAP); + + #endif