summaryrefslogtreecommitdiff
path: root/net/wpa_supplicant.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/wpa_supplicant.sh')
-rw-r--r--net/wpa_supplicant.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wpa_supplicant.sh b/net/wpa_supplicant.sh
index fe9e3d2..6c04a3a 100644
--- a/net/wpa_supplicant.sh
+++ b/net/wpa_supplicant.sh
@@ -66,7 +66,7 @@ wpa_supplicant_pre_start()
if ${wireless} && \
service_started_daemon "${SVCNAME}" "${wpas}"; then
SSID=$(_get_ssid "${IFACE}")
- SSIDVAR=$(_shell_var "${SSID}")
+ SSIDVAR=$(shell_var "${SSID}")
service_set_value "SSID" "${SSID}"
metric=2000
fi