1692eebe0SSam Leffler.\" 2692eebe0SSam Leffler.\" Copyright (c) 2009 Sam Leffler, Errno Consulting 3692eebe0SSam Leffler.\" All rights reserved. 4692eebe0SSam Leffler.\" 5692eebe0SSam Leffler.\" Redistribution and use in source and binary forms, with or without 6692eebe0SSam Leffler.\" modification, are permitted provided that the following conditions 7692eebe0SSam Leffler.\" are met: 8692eebe0SSam Leffler.\" 1. Redistributions of source code must retain the above copyright 9692eebe0SSam Leffler.\" notice, this list of conditions and the following disclaimer. 10692eebe0SSam Leffler.\" 2. Redistributions in binary form must reproduce the above copyright 11692eebe0SSam Leffler.\" notice, this list of conditions and the following disclaimer in the 12692eebe0SSam Leffler.\" documentation and/or other materials provided with the distribution. 13692eebe0SSam Leffler.\" 14692eebe0SSam Leffler.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15692eebe0SSam Leffler.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16692eebe0SSam Leffler.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17692eebe0SSam Leffler.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18692eebe0SSam Leffler.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19692eebe0SSam Leffler.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20692eebe0SSam Leffler.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21692eebe0SSam Leffler.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22692eebe0SSam Leffler.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23692eebe0SSam Leffler.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24692eebe0SSam Leffler.\" SUCH DAMAGE. 25692eebe0SSam Leffler.\" 26692eebe0SSam Leffler.Dd August 4, 2009 27692eebe0SSam Leffler.Dt IEEE80211_DDB 9 28692eebe0SSam Leffler.Os 29692eebe0SSam Leffler.Sh NAME 30692eebe0SSam Leffler.Nm ieee80211_ddb 31692eebe0SSam Leffler.Nd 802.11 ddb support 32692eebe0SSam Leffler.Sh SYNOPSIS 33692eebe0SSam Leffler.Bd -ragged 34692eebe0SSam Leffler.Cd options DDB 35692eebe0SSam Leffler.Ed 36692eebe0SSam Leffler.Bd -ragged 37692eebe0SSam Leffler.Cd show vap [addr] 38692eebe0SSam Leffler.Cd show all vaps 39692eebe0SSam Leffler.Cd show com [addr] 40692eebe0SSam Leffler.Cd show sta [addr] 41692eebe0SSam Leffler.Cd show statab [addr] 42692eebe0SSam Leffler.Cd show mesh [addr] 43692eebe0SSam Leffler.Ed 44692eebe0SSam Leffler.Sh DESCRIPTION 45692eebe0SSam LefflerThe 46692eebe0SSam Leffler.Nm net80211 47692eebe0SSam Lefflerlayer includes 48692eebe0SSam Leffler.Xr ddb 4 49692eebe0SSam Lefflersupport for displaying important data structures. 50692eebe0SSam LefflerThis is especially important because wireless applications are often 51692eebe0SSam Lefflerbuilt for embedded environments where cross-machine or post-mortem 52692eebe0SSam Lefflerdebugging facilities like 53*4ee44ffcSJens Schweikhardt.Xr kgdb 1 Pq Pa ports/devel/gdb 54ace02a6dSChristian Bruefferare infeasible. 55692eebe0SSam Leffler.Pp 56692eebe0SSam LefflerThe most commonly used command is 57692eebe0SSam Leffler.Bd -literal -offset indent 58692eebe0SSam Lefflershow all vaps/a 59692eebe0SSam Leffler.Ed 60692eebe0SSam Leffler.Pp 61692eebe0SSam Lefflerwhich dumps the contents of all 62692eebe0SSam Leffler.Vt ieee80211vap , 63692eebe0SSam Leffler.Vt ieee80211com , 64692eebe0SSam Lefflerand 65692eebe0SSam Leffler.Vt ieee80211_node 66692eebe0SSam Lefflerdata structures in the system. 67692eebe0SSam Leffler.Sh SEE ALSO 68692eebe0SSam Leffler.Xr ddb 4 , 69ace02a6dSChristian Brueffer.Xr ieee80211 9 70