wpa_supplicant.sh: always use parameters from the current section
authorFelix Fietkau <nbd@openwrt.org>
Sun, 16 Dec 2012 13:23:37 +0000 (13:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 16 Dec 2012 13:23:37 +0000 (13:23 +0000)
commit056d75049d44f94ec356a2bb9e9718aaadbd35d5
treeb5f63219154fbd4e44bf3a583582284d4d0f156c
parente9c0b958295bb055fefc03b1e356051f99218f28
wpa_supplicant.sh: always use parameters from the current section

Using variables from the outer scope unnecessarily complicates the code and
leads to issues.

This patch fixes the bug when having an "adhoc" wifi-iface section before a
"sta" section prevents wpa_supplicant from using the key specified in the
corresponding section as it tries to use the "adhoc" key instead (1 by
default).

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34716
package/network/services/hostapd/files/wpa_supplicant.sh