[package] mac80211: configure hostapd logging options
[openwrt.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index 86ec75c..9ef1d12 100644 (file)
@@ -16,6 +16,9 @@ mac80211_hostapd_setup_base() {
        config_get beacon_int "$device" beacon_int
        config_get basic_rate_list "$device" basic_rate
        config_get_bool noscan "$device" noscan
+
+       hostapd_set_log_options base_cfg "$device"
+
        [ -n "$channel" -a -z "$hwmode" ] && wifi_fixup_hwmode "$device"
 
        [ "$channel" = auto ] && {