Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455082

Summary: sys-apps/openrc-0.11.8: Sometimes iwconfig.sh appends "enc open" to the key_SSID string
Product: Gentoo Hosted Projects Reporter: Ivan <athlon_>
Component: netifrcAssignee: netifrc Team <netifrc>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: netifrc:iwconfig
Package list:
Runtime testing required: ---

Description Ivan 2013-02-02 02:14:03 UTC
1. In some cases iwconfig_get_wep_key() appends "enc open" to iwconfig's command line without a necessity.

Examples:
key_SSID1="restricted s:mykey"
-> iwconfig wlan0 key restricted s:mykey enc open
key_SSID2="s:mykey key restricted"
-> iwconfig wlan0 key s:mykey key restricted enc open

According to "man iwconfig" these key stings are valid, but iwconfig.sh appends "enc open" to them.

2. It would be very good, if iwconfig.sh displayed the command line when the net script was started with "-v" key. It was unexpectedly for me, that iwconfig.sh appends something to the command line without any notice.