Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 21:52:22 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307975 - in soc2016/yuanxunzhang/head: sys/net usr.sbin/eaps
Message-ID:  <201608182152.u7ILqMoq031917@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Thu Aug 18 21:52:22 2016
New Revision: 307975
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307975

Log:
  EAPS: query eaps domian status

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.h
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.h	Thu Aug 18 21:49:48 2016	(r307974)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.h	Thu Aug 18 21:52:22 2016	(r307975)
@@ -37,7 +37,7 @@
 struct eaps_state {
 	char			ifname[IFNAMSIZ];	/* name of the eaps */
 	uint8_t			state;              /* state of eaps */
-	uint8_t         active;             /* enable or disable eaps */
+	uint8_t         status;             /* enable or disable eaps */
 };
 
 /*

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 21:49:48 2016	(r307974)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 21:52:22 2016	(r307975)
@@ -44,7 +44,7 @@
 struct eaps_state {
 	char			ifname[IFNAMSIZ];	/* name of the eaps */
 	uint8_t			state;              /* state of eaps */
-	uint8_t         active;             /* enable or disable eaps */
+	uint8_t         status;             /* enable or disable eaps */
 };
 
 /*



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