Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-31 | T5474: establish common file name pattern for XML conf mode commands | Christian Breunig | |
We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in | |||
2023-09-03 | wireless: T5540: use elif in Jinja2 template for VHT channel width | Christian Breunig | |
2023-09-02 | wireless: T5540: fix VHT capability settings for 802.11ac | alainlamar | |
2023-08-20 | wifi: T5491: allow white-/blacklisting station MAC addresses for security | Christian Breunig | |
Station MAC address-based authentication means: * 'allow' accept all clients except the one on the deny list * 'deny' accept only clients listed on the accept list New CLI commands: * set interfaces wireless wlan0 security station-address mode <accept|deny> * set interfaces wireless wlan0 security station-address accept mac <mac> * set interfaces wireless wlan0 security station-address deny mac <mac> | |||
2022-04-14 | wifi: T4353: fix Jinja2 linting errors | Christian Poessinger | |