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