History log of /netbsd/usr.sbin/wlanctl/wlanctl.c (Results 1 – 14 of 14)
Revision Date Author Comments
# c9f1fa3c 22-Apr-2014 christos <christos@NetBSD.org>

remove -v no/op


# 7f26fba0 31-Aug-2011 joerg <joerg@NetBSD.org>

Use __dead


# 9cdea31b 16-Aug-2011 christos <christos@NetBSD.org>

avoid non-literal format strings


# 22847523 19-Apr-2009 lukem <lukem@NetBSD.org>

Fix WARNS=4 issues (-Wextra -Wsign-compare)


# 45c4dfee 22-Dec-2007 dyoung <dyoung@NetBSD.org>

Use __arraycount(). Do not needlessly import net80211/ieee80211_node.h.


# 566517a8 29-Aug-2007 dogcow <dogcow@NetBSD.org>

add a flag, -p, that only prints public (i.e. non-encrypted) nodes.


# 1e34bd3e 30-Jun-2006 martin <martin@NetBSD.org>

struct ieee80211_node_sysctl does not align ns_tstamp properly to directly
access it as a 64bit int - memcpy to stack and use the aligned copy
instead.


# b3c28e1d 03-Jun-2006 christos <christos@NetBSD.org>

kill explicit size printing in warning.


# 98917af5 03-Jun-2006 christos <christos@NetBSD.org>

Increase the size of the array by two, so that we fit.


# fdb88213 25-May-2006 christos <christos@NetBSD.org>

Coverity CID 1455: Make sure that we don't overrun the array.


# 953a812e 11-May-2006 mrg <mrg@NetBSD.org>

le64 "big endian" is not printable by PRIu64 - cast via (u_int64_t).


# f8251d63 20-Nov-2005 dyoung <dyoung@NetBSD.org>

Bug fix: when we ask the kernel to count the ieee80211_nodes, let
it count as many as INT_MAX of them, instead of just 1.

New feature: display node-table membership, 'sta' or 'scan'.


# 90634029 22-Jun-2005 dyoung <dyoung@NetBSD.org>

Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an

Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an, atu, atw,
awi, ipw, iwi, rtw, wi) for the new net80211(9) API.

show more ...


# e0ca220c 16-Jul-2004 dyoung <dyoung@NetBSD.org>

Add wlanctl(8), a utility for examining 802.11 node tables.