Diff for /embedtools/inc/dwds.h between versions 1.3 and 1.3.4.2

version 1.3, 2012/07/22 22:46:47 version 1.3.4.2, 2014/01/30 01:03:16
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012Copyright 2004 - 2014
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 61  struct dwds_if { Line 61  struct dwds_if {
 };  };
   
   
inline int wifi_chkIface(const char *csVAP, char **ppsIF, int nIF);int wifi_chkIface(const char *csVAP, char **ppsIF, int nIF);
 struct dwds_if *wifi_buildWDS(int fd, char **ppsIF, int nIF);  struct dwds_if *wifi_buildWDS(int fd, char **ppsIF, int nIF);
inline int wifi_destroyWDS(const char *csIface, struct dwds_if **wds);int wifi_destroyWDS(const char *csIface, struct dwds_if **wds);
inline int wifi_leaveWDS(struct ether_addr bssid, struct dwds_if **wds, char *psVAP, int vapLen);int wifi_leaveWDS(struct ether_addr bssid, struct dwds_if **wds, char *psVAP, int vapLen);
inline int wifi_createWDS(const char *csIface, struct ether_addr bssid, struct dwds_if **wds);int wifi_createWDS(const char *csIface, struct ether_addr bssid, struct dwds_if **wds);
   
   
 #endif  #endif

Removed from v.1.3  
changed lines
  Added in v.1.3.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>