Make ifconfig do something intelligent based on the required length of
authorbeck <beck@openbsd.org>
Mon, 12 May 2014 08:47:37 +0000 (08:47 +0000)
committerbeck <beck@openbsd.org>
Mon, 12 May 2014 08:47:37 +0000 (08:47 +0000)
commit98fdf12bb098007c7562cdec56a176847c3b8616
tree2fc01d6f56bf55f70ac59d5d36cb50e7d11b5f1f
parentd80cc14718d88d91e4e23ae19e9bbeb7d685a319
Make ifconfig do something intelligent based on the required length of
WEP keys rather then being silently dumb, so when using WEP:
1) If the key is a plausible size try to use it.
2) If they key would be a plausible size with '0x' in front of it, add that.
3) If the key is not a plausible size, emit a warning and do not try to use it.
ok sthen@
sbin/ifconfig/ifconfig.c