mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-11-01 18:47:51 +00:00
renderer: add missing support for hostapd_bss_raw and hostapd_iface_raw
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -298,6 +298,10 @@ set wireless.{{ section }}.rssi_reject_assoc_rssi={{ ssid.quality_thresholds.ass
|
|||||||
set wireless.{{ section }}.rssi_ignore_probe_request={{ ssid.quality_thresholds.probe_request_rssi }}
|
set wireless.{{ section }}.rssi_ignore_probe_request={{ ssid.quality_thresholds.probe_request_rssi }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% for (let raw in ssid.hostapd_bss_raw): %}
|
||||||
|
set wireless.{{ section }}.hostapd_bss_options={{ s(raw) }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
{% if (ssid.pass_point): %}
|
{% if (ssid.pass_point): %}
|
||||||
set wireless.{{ section }}.iw_enabled=1
|
set wireless.{{ section }}.iw_enabled=1
|
||||||
set wireless.{{ section }}.hs20=1
|
set wireless.{{ section }}.hs20=1
|
||||||
|
|||||||
@@ -120,4 +120,7 @@ set wireless.{{ phy.section }}.ema={{ b(radio.he_settings.ema) }}
|
|||||||
{% if (radio.rates): %}
|
{% if (radio.rates): %}
|
||||||
set wireless.{{ phy.section }}.basic_rate={{ radio.rates.multicast }}
|
set wireless.{{ phy.section }}.basic_rate={{ radio.rates.multicast }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% for (let raw in radio.hostapd_iface_raw): %}
|
||||||
|
set wireless.{{ phy.section }}.hostapd_options={{ s(raw) }}
|
||||||
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user