Date: Wed, 18 Jan 2006 22:17:50 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Message-ID: <200601182217.k0IMHoEM099758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2006-01-18 22:17:50 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: Rev ioctl to get scan results: o lock the list walk o malloc a results buffer instead of copying out one result at a time using an on-stack buffer o fix definition of ieee80211req_scan_result so size of variable-length information elements is large enough to hold all possible ie's (still only return wpa+wme, at some point may return all) o make rssi+noise data signed; they should've been so all along o add a bit more padding for future additions while we're here o define a new ioctl for new api and add compat code for old ioctl under COMPAT_FREEBSD6 (temporarily enabled local to the file) Reviewed by: Scott Long MFC after: 2 weeks Revision Changes Path 1.43 +164 -24 src/sys/net80211/ieee80211_ioctl.c 1.17 +11 -5 src/sys/net80211/ieee80211_ioctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601182217.k0IMHoEM099758>