Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 17:07:07 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307969 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608181707.u7IH77Pt019500@socsvn.freebsd.org>

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

Log:
  EAPS: query eaps domian status

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

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 16:22:40 2016	(r307968)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 17:07:06 2016	(r307969)
@@ -47,4 +47,5 @@
 	uint8_t         active;             /* enable or disable eaps */
 };
 
+
 #define	SIOCSEAPSDOMAIN		 _IOWR('i', 300, struct eaps_state)



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