Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/wiconfig display Beacon Interval of STA
details: https://anonhg.NetBSD.org/src/rev/bf9c6ed5f256
branches: trunk
changeset: 520958:bf9c6ed5f256
user: ichiro <ichiro%NetBSD.org@localhost>
date: Mon Jan 21 12:59:50 2002 +0000
description:
display Beacon Interval of STA
diffstat:
usr.sbin/wiconfig/wiconfig.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0a67dc282ffd -r bf9c6ed5f256 usr.sbin/wiconfig/wiconfig.c
--- a/usr.sbin/wiconfig/wiconfig.c Mon Jan 21 12:31:42 2002 +0000
+++ b/usr.sbin/wiconfig/wiconfig.c Mon Jan 21 12:59:50 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wiconfig.c,v 1.15 2002/01/21 11:35:06 ichiro Exp $ */
+/* $NetBSD: wiconfig.c,v 1.16 2002/01/21 12:59:50 ichiro Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul%ctr.columbia.edu@localhost>. All rights reserved.
@@ -69,7 +69,7 @@
static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
Bill Paul. All rights reserved.";
static const char rcsid[] =
- "@(#) $Id: wiconfig.c,v 1.15 2002/01/21 11:35:06 ichiro Exp $";
+ "@(#) $Id: wiconfig.c,v 1.16 2002/01/21 12:59:50 ichiro Exp $";
#endif
struct wi_table {
@@ -573,6 +573,7 @@
{ WI_RID_TX_RATE, WI_WORDS, "TX rate (selection):\t\t\t",
't', "TX rate" },
{ WI_RID_CUR_TX_RATE, WI_WORDS, "TX rate (actual speed):\t\t\t"},
+ { WI_RID_OWN_BEACON_INT, WI_WORDS, "Beacon Interval (current) [Kusec]:\t"},
{ WI_RID_MAX_DATALEN, WI_WORDS, "Maximum data length:\t\t\t",
'd', "maximum data length" },
{ WI_RID_RTS_THRESH, WI_WORDS, "RTS/CTS handshake threshold:\t\t",
Home |
Main Index |
Thread Index |
Old Index