Bug 145407

Summary: ifup-wireless should allow the security mode to be set
Product: [Fedora] Fedora Reporter: Charles R. Anderson <cra>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://www.redhat.com/archives/fedora-test-list/2004-November/msg00577.html
Whiteboard:
Fixed In Version: 8.08-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-15 20:02:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 136451    

Description Charles R. Anderson 2005-01-18 01:33:58 UTC
Description of problem:

802.11 networks can be either "restricted" or "open".  Not only is
"restricted" a security nightmare (see URL for archive link about the
badness of Shared Key Authentication), there is no standard way to set
"open" or "restricted" in the current ifup-wireless.  Additionally, it
was mentioned that different drivers/versions may default to a
different security mode if it is not explicitly set.  I suggest there
at least be a standard way to set this security mode, and have it
default to "open".

Version-Release number of selected component (if applicable):

8.03-1

Expected results:

Implement this:

SECURITYMODE="open"
or
SECURITYMODE="restricted"

to cause ifup-wireless to invoke:

iwconfig $DEVICE enc $SECURITYMODE

Additional info:

It is possible to achieve this effect with this option:

IWCONFIG="enc open"

but it would be nice to not have to rely upon this, so that the
setting is more easily exposed in a GUI such as s-c-network, and used
by NetworkManager.

Comment 1 Bill Nottingham 2005-04-15 20:02:36 UTC
Added in 8.08-1. Note that NM doesn't have anything to do with ifup-wireless.