summaryrefslogtreecommitdiff
path: root/data/templates/wifi/hostapd_deny_station.conf.j2
blob: fb2950ddab01454132bd2f640bc07bb1d81681eb (plain)
1
2
3
4
5
6
7
# List of MAC addresses that are not allowed to authenticate
# (IEEE 802.11) with the access point
{% if security.station_address.deny.mac is vyos_defined %}
{%     for mac in security.station_address.deny.mac %}
{{ mac | lower }}
{%     endfor %}
{% endif %}