diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-24 14:03:34 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-24 14:03:34 +0300 |
commit | a2e3bec40f5851be70299e7513967a0f5d042bf9 (patch) | |
tree | 5234a58ac93fa6c4752075a5128f183da0725c13 /public/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos |
Initial commitmaster
Diffstat (limited to 'public/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos')
-rw-r--r-- | public/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/public/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos/index.html b/public/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos/index.html new file mode 100644 index 0000000..ef7fb37 --- /dev/null +++ b/public/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos/index.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html class="blog" lang="ru"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta> + <meta name="color-scheme" content="dark light"></meta> + + <title>Fast Transition (Wi-Fi Roaming) with OpenWrt and KeeneticOS - Журнал @ веб-сайте самохостера Lotigara</title> + <link rel="stylesheet" href="/blog/_/style.css"> + <body> +<header><center> + <h1>Веб-сайт самохостера Lotigara</h1> + <nav> + <a href="https://www.lotigara.ru/">главная|main page</a> + <a href="https://www.lotigara.ru/status.php">состояние|status</a> + <a href="https://www.lotigara.ru/blog">журнал|journal</a> + <a href="https://www.lotigara.ru/files">файлы|files</a> + <a href="https://git.lotigara.ru">программы|software</a> + <br> + <a href="https://www.lotigara.ru/archive">архив|archive</a> + </nav> +</center></header> + +<!-- post --> +<div class="post"> + <h1><a href="/blog/blog/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos/">Fast Transition (Wi-Fi Roaming) with OpenWrt and KeeneticOS</a></h1> + <div class="content"> +<h5>tested to not work 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> + </div> +</div> +<!-- /post --> + + </body> +</html> |