git: ifconfig(8): Print more WPS attributes in verbose "list scan" output

Aaron LI aly at crater.dragonflybsd.org
Fri Jun 26 07:55:29 PDT 2020


commit 2ecde6140905fddab3e25c30b54bfe405886f488
Author: Aaron LI <aly at aaronly.me>
Date:   Tue May 5 10:58:20 2020 +0800

    ifconfig(8): Print more WPS attributes in verbose "list scan" output
    
    * Move WPS-related defines to a dedicated file
      <netproto/802_11/ieee80211_wps.h>
    * Add handlers for more WPS attributes
    
    Obtained-from: FreeBSD (revision 343204)

Summary of changes:
 sbin/ifconfig/ifieee80211.c         | 219 ++++++++++++++++++++++++++++++++----
 sys/netproto/802_11/ieee80211.h     |   2 +
 sys/netproto/802_11/ieee80211_wps.h | 149 ++++++++++++++++++++++++
 3 files changed, 349 insertions(+), 21 deletions(-)
 create mode 100644 sys/netproto/802_11/ieee80211_wps.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2ecde6140905fddab3e25c30b54bfe405886f488


-- 
DragonFly BSD source repository


More information about the Commits mailing list