mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-10 01:21:56 +02:00
[package] madwifi: make wep-open the default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23660 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
114cdb3c01
commit
97ae61108d
@ -217,8 +217,8 @@ enable_atheros() {
|
|||||||
case "$enc" in
|
case "$enc" in
|
||||||
wep*)
|
wep*)
|
||||||
case "$enc" in
|
case "$enc" in
|
||||||
*open*) iwpriv "$ifname" authmode 1;;
|
*shared*) iwpriv "$ifname" authmode 2;;
|
||||||
*) iwpriv "$ifname" authmode 2;;
|
*) iwpriv "$ifname" authmode 1;;
|
||||||
;;
|
;;
|
||||||
for idx in 1 2 3 4; do
|
for idx in 1 2 3 4; do
|
||||||
config_get key "$vif" "key${idx}"
|
config_get key "$vif" "key${idx}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user