| Summary: | discussion on WEP settings in wpa_supplicant.conf(5) man page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | krishna <gkmohan> |
| Component: | Books & Articles | Assignee: | Gavin Atkinson <gavin> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
krishna
2008-08-11 09:50:01 UTC
State Changed
From-To: open->feedback
To submitter: I'm afraid I don't follow. There is a section in the
wpa_supplicant.conf man page on how to configure using WEP keys, it is
the last example in the EXAMPLES section of the man page:
| Traditional WEP configuration with 104 bit key specified in hexadecimal.
| Note the WEP key is not quoted.
|
| ctrl_interface=/var/run/wpa_supplicant
| ctrl_interface_group=wheel
| network={
| ssid="example"
| scan_ssid=1
| key_mgmt=NONE
| wep_tx_keyidx=0
| wep_key0=42FEEDDEAFBABEDEAFBEEFAA55
| }
This was present in both FreeBSD 6.2-RELEASE and 7.0-RELEASE, and
has been there since. Perhaps you have somehow failed to update your
system fully?
Responsible Changed From-To: freebsd-doc->gavin Track State Changed From-To: feedback->closed Feedback timeout (2 months), as far as I can tell this is already resolved. |