Return to dwds.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedtools / inc |
version 1.1.2.4, 2010/10/27 16:04:52 | version 1.1.2.6, 2010/10/28 09:08:58 |
---|---|
Line 16 struct dwds_if { | Line 16 struct dwds_if { |
}; | }; |
inline int wifi_getParent(const char *csVAP, char *psParent, size_t plen); | struct dwds_if *wifi_buildWDS(int fd, char **ppsIF, int nIF); |
inline int wifi_chkIface(const char *csIface, char **ppsIF, int nIF); | inline void wifi_destroyWDS(const char *csIface, struct dwds_if **wds); |
inline int wifi_isWDS(int fd, const char *csVAP); | |
#endif | #endif |