diff options
Diffstat (limited to 'feed.rss')
-rw-r--r-- | feed.rss | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/feed.rss b/feed.rss new file mode 100644 index 0000000..464272b --- /dev/null +++ b/feed.rss @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<channel><title>Блог самохостера Lotigara</title><link>https://www.lotigara.ru/blog/index.html</link> +<description>Заметки какого-то школьника на тему ИТ</description><language>en</language> +<lastBuildDate>Thu, 20 Mar 2025 13:28:19 +0300</lastBuildDate> +<pubDate>Thu, 20 Mar 2025 13:28:19 +0300</pubDate> +<atom:link href="https://www.lotigara.ru/blog/feed.rss" rel="self" type="application/rss+xml" /> +<item><title> +Fast Transition (Wi-Fi Roaming) with OpenWrt and KeeneticOS +</title><description><![CDATA[ + +<h5>tested on KeeneticOS v3.8.7 & OpenWrt v23.05.5</h5> + +<p>First, set up FT on your OpenWrt devices.</p> + +<p>Then, change the mode of your Keenetic (?) devices to Extender (there are Repeater/Extender and Access Point/Extender, the last is the recommended).</p> + +<p>Go to the <code>Access Point/Extender (Repeater/Extender) > Home segment</code> menu. Change the settings of the Wi-Fi network to those ones in OpenWrt.</p> + +<p>Scroll below to the "Roaming for wireless devices" section. Enable "Fast transition (802.11r)" and write your mobility domain ID converted to the ASCII format.</p> + +<p>You can use an online converter like this one: <a href="https://www.rapidtables.com/convert/number/hex-to-ascii.html">https://www.rapidtables.com/convert/number/hex-to-ascii.html</a>. Keep the "Mobility domain key" field unedited.</p> + +<p>Press the "Save" button. Now you have a so-called "Wi-Fi system" with use of both KeeneticOS and OpenWrt!</p> + +<p>Метки: <a href='tag_keeneticos.html'>keeneticos</a>, <a href='tag_openwrt.html'>openwrt</a>, <a href='tag_wifi.html'>wifi</a>, <a href='tag_wifi-roaming.html'>wifi-roaming</a></p> + + + + + + + + + +<!-- text end --> +]]></description><link>https://www.lotigara.ru/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html</link> +<guid>https://www.lotigara.ru/blog/./fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html</guid> +<dc:creator>Ivan Davydov</dc:creator> +<pubDate>Fri, 07 Mar 2025 19:40:59 +0300</pubDate></item> +</channel></rss> |