summaryrefslogtreecommitdiff
path: root/static/netbsd/man9/ieee80211_proto.9 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man9/ieee80211_proto.9 3.html')
-rw-r--r--static/netbsd/man9/ieee80211_proto.9 3.html80
1 files changed, 0 insertions, 80 deletions
diff --git a/static/netbsd/man9/ieee80211_proto.9 3.html b/static/netbsd/man9/ieee80211_proto.9 3.html
deleted file mode 100644
index 82e9d6e8..00000000
--- a/static/netbsd/man9/ieee80211_proto.9 3.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">IEEE80211_PROTO(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">IEEE80211_PROTO(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_proto_attach</code>,
- <code class="Nm">ieee80211_proto_detach</code>,
- <code class="Nm">ieee80211_print_essid</code>,
- <code class="Nm">ieee80211_dump_pkt</code>,
- <code class="Nm">ieee80211_fix_rate</code>,
- <code class="Nm">ieee80211_proto</code> &#x2014; <span class="Nd">software
- 802.11 stack protocol helper functions</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">net80211/ieee80211_var.h</a>&gt;</code>
- <br/>
- <code class="In">#include
- &lt;<a class="In">net80211/ieee80211_proto.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">ieee80211_proto_attach</code>(<var class="Fa" style="white-space: nowrap;">struct
- ieee80211com *ic</var>);</p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">ieee80211_proto_detach</code>(<var class="Fa" style="white-space: nowrap;">struct
- ieee80211com *ic</var>);</p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">ieee80211_print_essid</code>(<var class="Fa" style="white-space: nowrap;">u_int8_t
- *essid</var>, <var class="Fa" style="white-space: nowrap;">int
- len</var>);</p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">ieee80211_dump_pkt</code>(<var class="Fa" style="white-space: nowrap;">u_int8_t
- *buf</var>, <var class="Fa" style="white-space: nowrap;">int len</var>,
- <var class="Fa" style="white-space: nowrap;">int rate</var>,
- <var class="Fa" style="white-space: nowrap;">int rssi</var>);</p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">ieee80211_fix_rate</code>(<var class="Fa">struct
- ieee80211_node *ni</var>, <var class="Fa">int flags</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">These functions are helper functions used throughout the software
- 802.11 protocol stack.</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">ieee80211(9)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">ieee80211</code> series of functions first
- appeared in <span class="Ux">NetBSD 1.5</span>, and were later ported to
- <span class="Ux">FreeBSD 4.6</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">This man page was written by <span class="An">Bruce M.
- Simpson</span>
- &lt;<a class="Mt" href="mailto:bms@FreeBSD.org">bms@FreeBSD.org</a>&gt; and
- <span class="An">Darron Broad</span>
- &lt;<a class="Mt" href="mailto:darron@kewl.org">darron@kewl.org</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">September 12, 2006</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>