diff options
Diffstat (limited to 'static/freebsd/man9/ieee80211_ddb.9 4.html')
| -rw-r--r-- | static/freebsd/man9/ieee80211_ddb.9 4.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/static/freebsd/man9/ieee80211_ddb.9 4.html b/static/freebsd/man9/ieee80211_ddb.9 4.html deleted file mode 100644 index 7b99741f..00000000 --- a/static/freebsd/man9/ieee80211_ddb.9 4.html +++ /dev/null @@ -1,56 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">IEEE80211_DDB(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">IEEE80211_DDB(9)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">ieee80211_ddb</code> — - <span class="Nd">802.11 ddb support</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<div class="Bd"><code class="Cd">options DDB</code></div> -<div class="Bd Pp"><code class="Cd">show vap [addr]</code> -<br/> -<code class="Cd">show all vaps</code> -<br/> -<code class="Cd">show com [addr]</code> -<br/> -<code class="Cd">show sta [addr]</code> -<br/> -<code class="Cd">show statab [addr]</code> -<br/> -<code class="Cd">show mesh [addr]</code></div> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">net80211</code> layer includes - <a class="Xr">ddb(4)</a> support for displaying important data structures. - This is especially important because wireless applications are often built - for embedded environments where cross-machine or post-mortem debugging - facilities like <a class="Xr">kgdb(1)</a> - (<span class="Pa">ports/devel/gdb</span>) are infeasible.</p> -<p class="Pp">The most commonly used command is</p> -<div class="Bd Pp Bd-indent Li"> -<pre>show all vaps/a</pre> -</div> -<p class="Pp">which dumps the contents of all - <var class="Vt">ieee80211vap</var>, <var class="Vt">ieee80211com</var>, and - <var class="Vt">ieee80211_node</var> data structures in the system.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">ddb(4)</a>, <a class="Xr">ieee80211(9)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">August 4, 2009</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
