Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 12/16/2007 13:49:22
Module Name:	src
Committed By:	degroote
Date:		Sun Dec 16 13:49:22 UTC 2007

Modified Files:
	src/sbin/ifconfig: ieee80211.c ieee80211.h ifconfig.8 ifconfig.c
	src/sys/net80211: _ieee80211.h ieee80211.h

Log Message:
Add support for the command list scan in ifconfig (this command permits to scan
access point in the neighbourhood).

Complete list of channel attributes and list of management information element
payload.

While here, use estrlcpy instead of strncpy.

From FreeBSD ifconfig and net80211


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sbin/ifconfig/ieee80211.c
cvs rdiff -r1.3 -r1.4 src/sbin/ifconfig/ieee80211.h
cvs rdiff -r1.91 -r1.92 src/sbin/ifconfig/ifconfig.8
cvs rdiff -r1.180 -r1.181 src/sbin/ifconfig/ifconfig.c
cvs rdiff -r1.5 -r1.6 src/sys/net80211/_ieee80211.h
cvs rdiff -r1.17 -r1.18 src/sys/net80211/ieee80211.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.