Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455082 - sys-apps/openrc-0.11.8: Sometimes iwconfig.sh appends "enc open" to the key_SSID string
Summary: sys-apps/openrc-0.11.8: Sometimes iwconfig.sh appends "enc open" to the key_S...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: netifrc Team
URL:
Whiteboard: netifrc:iwconfig
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-02 02:14 UTC by Ivan
Modified: 2013-08-28 19:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.