802.11f has been withdrawn by the IEEE, so the IAPP project seems to be
of limited value right now. Noticed by: kmacy
This commit is contained in:
parent
1b90c22ab2
commit
a4c38ca14e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29584
1 changed files with 1 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.87 2007/02/16 18:04:57 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.88 2007/02/16 18:12:22 joel Exp $">
|
||||
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -83,7 +83,6 @@
|
|||
<ul>
|
||||
<li><a href="#p-csup">csup improvements</a></li>
|
||||
<li><a href="#p-httppxe">HTTP support for pxeboot</a></li>
|
||||
<li><a href="#p-iapp">IAPP preauthentication in hostapd</a></li>
|
||||
<li><a href="#p-nfslockdsemantics">NFS Lockd (improve semantics)</a></li>
|
||||
<li><a href="#p-nfslockdkernel">NFS Lockd (kernel implementation)</a></li>
|
||||
<li><a href="#p-pfnetgraph">pf and netgraph interaction</a></li>
|
||||
|
@ -657,26 +656,6 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<a name="p-iapp"></a>
|
||||
<h2>IAPP preauthentication in hostapd</h2>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:sam@FreeBSD.org">&a.sam;</a></p>
|
||||
<p>IAPP is the Inter-Access Point Protocol, a protocol by which
|
||||
cooperating access points communicate about associated wireless
|
||||
stations. FreeBSD lacks support for this aspect of the protocol in the
|
||||
hostapd program used to construct a WPA-enabled access point. This task
|
||||
would port the Linux code that exists to support IAPP in hostapd. This
|
||||
mostly involves rewriting some user-mode multicast code and testing the
|
||||
result.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Good knowledge of C.</li>
|
||||
<li>Wireless networking fundamentals.</li>
|
||||
<li>Wireless network setup.</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
<a name="p-nfslockdsemantics"></a>
|
||||
<h2>NFS Lockd (improve semantics)</h2>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
|
|
Loading…
Reference in a new issue