<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/wifi, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-09-03T06:37:31+00:00</updated>
<entry>
<title>wireless: T5540: use elif in Jinja2 template for VHT channel width</title>
<updated>2023-09-03T06:37:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-03T06:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6ff0e8f6a024ee66fb30df537e48311285d71d9c'/>
<id>urn:sha1:6ff0e8f6a024ee66fb30df537e48311285d71d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireless: T5540: fix VHT capability settings for 802.11ac</title>
<updated>2023-09-02T17:26:20+00:00</updated>
<author>
<name>alainlamar</name>
<email>alainlamar@users.noreply.github.com</email>
</author>
<published>2023-09-02T17:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6896aabb6406f511486e860ae5e2873435ace77b'/>
<id>urn:sha1:6896aabb6406f511486e860ae5e2873435ace77b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wifi: T5491: allow white-/blacklisting station MAC addresses for security</title>
<updated>2023-08-20T13:02:59+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-20T12:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0bfb81750045be9c8c82a8f8f7bb18f6e6136d94'/>
<id>urn:sha1:0bfb81750045be9c8c82a8f8f7bb18f6e6136d94</id>
<content type='text'>
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 &lt;accept|deny&gt;
* set interfaces wireless wlan0 security station-address accept mac &lt;mac&gt;
* set interfaces wireless wlan0 security station-address deny mac &lt;mac&gt;
</content>
</entry>
<entry>
<title>wifi: T4353: fix Jinja2 linting errors</title>
<updated>2022-04-14T19:50:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-14T19:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4552f523c3252008ecdde99118fb52e4e2bc4f1f'/>
<id>urn:sha1:4552f523c3252008ecdde99118fb52e4e2bc4f1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wifi: T4333: migrate to new vyos_defined Jinja2 test</title>
<updated>2022-04-10T18:55:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-10T18:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=264f86db9b7a965f6f3f096f70ea5f4f317ebebd'/>
<id>urn:sha1:264f86db9b7a965f6f3f096f70ea5f4f317ebebd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wifi: T3043: country-code should be lower case</title>
<updated>2020-12-20T13:25:33+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-20T13:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=466452c1b9f5d497dadc0ea45317ef14407c6c84'/>
<id>urn:sha1:466452c1b9f5d497dadc0ea45317ef14407c6c84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "wireless: T2241: add "wds" CLI option"</title>
<updated>2020-11-18T20:41:27+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-18T20:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f00985ccc246194a248c8ccbbc4a9fbc6093e3e7'/>
<id>urn:sha1:f00985ccc246194a248c8ccbbc4a9fbc6093e3e7</id>
<content type='text'>
This reverts commit 806f35b5856c3f8dae634718a6a9e82cc90bb63a.

Unfortunately this did not work our in the attempt to bridge a station to a
bridge "brX" interface. Also adjusting the wireless interface during operation
cause several exceptions and the feature is removed again as it was never in any
production system.
</content>
</entry>
<entry>
<title>wireless: T3042: move wifi-regulatory-domain into individual interface definition</title>
<updated>2020-11-03T18:55:22+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-03T17:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=01e3d935a34f38e48364724da1cad7cbbb18576e'/>
<id>urn:sha1:01e3d935a34f38e48364724da1cad7cbbb18576e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireless: T3034: add WPA3 support</title>
<updated>2020-11-03T16:20:10+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-03T16:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=28d9061ea913741980972b31c59d819b11bd5c8e'/>
<id>urn:sha1:28d9061ea913741980972b31c59d819b11bd5c8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireless: T3043: rename "wpa mode both" to "wpa+wpa2"</title>
<updated>2020-11-03T16:19:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-03T16:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f8a4314503072af90d8a4ab443898be7c73f3895'/>
<id>urn:sha1:f8a4314503072af90d8a4ab443898be7c73f3895</id>
<content type='text'>
</content>
</entry>
</feed>
