File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / dwds.h
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Oct 27 15:23:49 2010 UTC (13 years, 8 months ago) by misho
Branches: tools1_0
added new source for wifi tools

    1: #ifndef __DWDS_H
    2: #define __DWDS_H
    3: 
    4: 
    5: #define DWDS_CONFIG	"/etc/dwds.conf"
    6: #define DWDS_STATEDIR	"/tmp"
    7: #define DWDS_DISCJOIN	"0"
    8: #define DWDS_NAME	"dWDS"
    9: 
   10: 
   11: struct dwds_if {
   12: 	char		if_name[IFNAMSIZ];
   13: 	uint8_t		if_bssid[IEEE80211_ADDR_LEN];
   14: 
   15: 	struct dwds_if	*if_next;
   16: };
   17: 
   18: 
   19: #endif

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