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-Tag: v12.09~9228 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=daddb72ac8745fb1ff4e27f9c12c0eb8ddb3b450;hp=c9305ae6de592e40d2f1825f6d5a01a12badbabb;p=openwrt-github%2F.git hostapd: parse the option for hiding the ESSID (#6310) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18727 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 <