Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2016 18:03:14 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307748 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608161803.u7GI3EVD019195@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Tue Aug 16 18:03:13 2016
New Revision: 307748
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307748

Log:
  EAPS: query eaps domian status

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Tue Aug 16 17:30:58 2016	(r307747)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Tue Aug 16 18:03:13 2016	(r307748)
@@ -50,6 +50,17 @@
 #include <sysexits.h>
 #include <strings.h>
 #include <unistd.h>
+
+/* 
+* eaps ring information 
+*/
+struct eaps_reqall {
+	char			eaps_ifname[IFNAMSIZ];	/* name of the eaps */
+	uint8_t			eaps_state;             /* state of eaps */
+	uint8_t         enable_state;           /* enable or disable eaps ring */
+};
+
+
 /*
  * EAPS Command Line Module - configure, and display eaps
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608161803.u7GI3EVD019195>