Bug 110692 - wi(4) man page doesn't say WPA is not supported
Summary: wi(4) man page doesn't say WPA is not supported
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 02:30 UTC by William Denton
Modified: 2019-01-25 10:45 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Denton 2007-03-23 02:30:01 UTC
I suggest adding a note to the wi(4) man page to make it clear that WPA is not supported.  This will save people time when they they try to debug why WPA doesn't work, or, even better, stop them from attempting it with a card that uses this device driver.

Fix: 

Add to CAVEATS:

"The wi device driver supports WEP but does not support the WPA encryption standard."
Comment 1 Chess Griffin 2008-01-26 19:47:04 UTC
It seems the man pages for wpa_supplicant(8) references the man page
for wi(4), so if wi(4) indeed does not support WPA, then
wpa_supplicant(8) needs to be edited as well.  I can submit a patch for
both, but I am unsure whether wi(4) supports WPA.

-- 
Chess Griffin
GPG Public Key:  0x0C7558C3
http://www.chessgriffin.com
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2008-01-26 19:55:23 UTC
wi(4) does not support WPA, but wpa_supplicant can be used with it to manage
WEP and select between unencrypted networks.

-- Brooks
Comment 3 Chess Griffin 2008-01-26 21:16:24 UTC
Hopefully, this output is cleaner:

--- wi.4.orig	2008-01-26 15:59:09.000000000 -0500
+++ wi.4	2008-01-26 16:00:29.000000000 -0500
@@ -404,6 +404,9 @@
 Prism cards prior to version 0.8.0 do not support IBSS mode.
 .Pp
 Symbol cards prior to version 2.50.00 do not support IBSS mode.
+.Pp
+The wi device driver supports WEP but does not support the WPA
+encryption standard. 
 .Sh BUGS
 Not all the new messages are documented here, and many of them are
 indications of transient errors that are not indications of serious


-- 
Chess Griffin
GPG Public Key:  0x0C7558C3
http://www.chessgriffin.com
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:39 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 5 Andriy Voskoboinyk freebsd_committer freebsd_triage 2019-01-25 10:45:02 UTC
WPA requirements were added in base r178354, base r180829 and base r181221.