diff options
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/hostapd/files/hostapd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index c9c0507120..f4e2aa559c 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -283,7 +283,7 @@ hostapd_set_psk_file() { local vlan_id="" json_get_vars mac vid key - set_default isolate "00:00:00:00:00:00" + set_default mac "00:00:00:00:00:00" [ -n "$vid" ] && vlan_id="vlanid=$vid " echo "${vlan_id} ${mac} ${key}" >> /var/run/hostapd-${ifname}.psk } |