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.5, 2010/10/27 16:35:54 |
---|---|
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 int wifi_isWDS(int fd, const char *csVAP); | |
#endif | #endif |