Bug 21967

Summary: [PATCH] Wireless cards need configuration prior to ifconfig
Product: Base System Reporter: brooks <brooks>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description brooks 2000-10-14 02:10:01 UTC
Wireless ethernet cards often require a substantial number of settings
to be configured before they can attach to a network.  FreeBSD provides
no automated machanism to do this.  Additionaly, these settings may vary
from one environment to another such as home, office, and public areas
such as airport terminals.

Fix: Apply the following patch.  This patch provides generic hooks for
interface configuration prior to ifconfig derived from those submitted
by Danny Howard <dannyman@tellme.com> in PR:conf/21489.  The
config_802.11 script tries configrations until one that works is found.
I believe the set of defaults I provide will not break existing setups
and will automaticaly enable access to unrestricted access points.
Aironet configuration depends on Doug Ambrisko's WEP patches submitted
in PR:kern/21864 and the Lucent configuration may require the patches in
PR:bin/21803 in certain rare cases.

This is a work in progress, but it works well enough that I'd like to
see it get wider exposure.  Until this or a similar facility is
commited, I will perodicaly update a copy of the patch at:

http://www.one-eyed-alien.net/~brooks/FreeBSD/config802.diff
How-To-Repeat: 
Try using a wireless ethernet card with an access point with security
settings enabled.
Comment 1 brooks 2001-05-28 06:49:16 UTC
Please close this PR, the patch is too out of date to be of any use,
ifconfig contains enough functionality to solve most of this problem,
and the full problem wasn't addressed by this patch.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2001-05-28 07:25:04 UTC
State Changed
From-To: open->closed

Closed at originator's request.