mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix wep encryption setting with madwifi (#1173)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d64e90a6f8
commit
7e2cf9b6e3
@ -122,7 +122,7 @@ enable_atheros() {
|
||||
iwconfig "$ifname" enc "[$idx]" "${key:-off}"
|
||||
done
|
||||
config_get key "$vif" key
|
||||
iwconfig "$ifname" enc "[${key:-1}]"
|
||||
iwconfig "$ifname" enc "${key:-1}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user