wiz
|
d85266f985
|
Fix formatting. New sentence, new line.
|
2009-05-04 20:47:48 +00:00 |
lukem
|
228475234f
|
Fix WARNS=4 issues (-Wextra -Wsign-compare)
|
2009-04-19 01:53:17 +00:00 |
joerg
|
d6f49c1ea9
|
Improve and fix markup.
|
2009-03-11 18:47:52 +00:00 |
dyoung
|
45c4dfeeb5
|
Use __arraycount(). Do not needlessly import net80211/ieee80211_node.h.
|
2007-12-22 00:58:15 +00:00 |
dogcow
|
566517a891
|
add a flag, -p, that only prints public (i.e. non-encrypted) nodes.
|
2007-08-29 02:27:55 +00:00 |
martin
|
1e34bd3ea3
|
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.
|
2006-06-30 21:30:19 +00:00 |
christos
|
b3c28e1d64
|
kill explicit size printing in warning.
|
2006-06-03 21:55:28 +00:00 |
christos
|
98917af5f7
|
Increase the size of the array by two, so that we fit.
|
2006-06-03 17:29:56 +00:00 |
christos
|
fdb8821322
|
Coverity CID 1455: Make sure that we don't overrun the array.
|
2006-05-25 02:48:09 +00:00 |
mrg
|
953a812e66
|
le64 "big endian" is not printable by PRIu64 - cast via (u_int64_t).
|
2006-05-11 08:43:16 +00:00 |
dyoung
|
f8251d6325
|
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'.
|
2005-11-20 09:41:39 +00:00 |
dyoung
|
9063402978
|
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.
|
2005-06-22 06:14:51 +00:00 |
hubertf
|
aa98afa3a9
|
Update description so "man -k wireless" finds this useful too.
Hinted at by Kefren on #NetBSD (IRCnet).
|
2005-01-27 21:01:18 +00:00 |
wiz
|
d776e96213
|
New sentence, new line; drop trailing whitespace; sort sections; use
\*[Lt]\*[Gt] instead of <>; use Dq foo instead of ``foo''; use
standard section headers; fix history: until pulled up, this appeared
in 3.0, not 2.0.
|
2004-07-16 14:53:13 +00:00 |
dyoung
|
e0ca220c2c
|
Add wlanctl(8), a utility for examining 802.11 node tables.
|
2004-07-16 03:13:48 +00:00 |