From: Felix Fietkau Date: Wed, 9 Dec 2009 19:10:54 +0000 (+0000) Subject: hostapd: parse the option for hiding the ESSID (#6310) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4ea1b0ac3b396bd4c7bf7efcc34005aea20ed0b;p=librecmc%2Flibrecmc.git hostapd: parse the option for hiding the ESSID (#6310) SVN-Revision: 18727 --- diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index e12c39276a..740155725b 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -78,6 +78,7 @@ hostapd_setup_vif() { config_get hwmode "$device" hwmode config_get wpa_group_rekey "$vif" wpa_group_rekey config_get ieee80211d "$vif" ieee80211d + config_get_bool hidden "$vif" hidden 0 config_get_bool wds "$vif" wds 0 [ "$wds" -gt 0 -a "$driver" = "nl80211" ] && wds="wds_sta=1" || wds="" case "$hwmode" in @@ -119,6 +120,7 @@ EOF ;; *) cat >> /var/run/hostapd-$ifname.conf <