diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-03-20 18:01:43 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-03-20 18:01:43 +0300 |
commit | 3b5269a407c29a30a97c3239e879b781d454b532 (patch) | |
tree | 76c634be6969459ffd832201c6ac387141fb1a0b /fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html | |
parent | f9d08843e323f5473c4ef5e45e988b7542262567 (diff) |
Allow published articles and drafts to show in the Git repo
Diffstat (limited to 'fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html')
-rw-r--r-- | fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html b/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html new file mode 100644 index 0000000..976d587 --- /dev/null +++ b/fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link href="/css/main.css" rel="stylesheet" /> + <link href="/css/theme.css" rel="stylesheet" /> + <link href="/css/third-party.css" rel="stylesheet" /> + <link href="/css/responsivity.css" rel="stylesheet" /> +<title>Fast Transition (Wi-Fi Roaming) with OpenWrt and KeeneticOS</title> +</head><body> +<input type="checkbox" id="theme-switch"> +<div id="divbodyholder"><div class="inner_page"> +<div class="headerholder"><div class="header"> +<div id="title"> +<div class="page_header floating_element"> + <h1 class="floating_element">Блог самохостера Lotigara</h1> +</div> +<div class="floating_element"> + <h4 style="display:inline"><a style="color:white" href="/">главная|main page</a></h4> + <h4 style="display:inline"><a style="color:white" href="/status.php">состояние|status</a></h4> + <p style="display:inline">блог|blog</p> + <h4 style="display:inline"><a style="color:white" href="/files">файлы|files</a></h4> + <label id="switch-label" for="theme-switch"></label> +</div> +</div></div></div> +<div id="divbody"><div class="content"> +<!-- entry begin --> +<div class="section_header"><a class="ablack" href="fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html"> +Fast Transition (Wi-Fi Roaming) with OpenWrt and KeeneticOS +</a></div> +<!-- bashblog_timestamp: #202503071940.59# --> +<div class="subtitle">марта 07, 2025 — +Ivan Davydov +</div> +<!-- text begin --> + +<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 --> +<!-- entry end --> +</div> +<div class="section_header section_header_last"> + <p>(c) Ivan Davydov 2025. Делайте с этим документом всё, что хотите!</p><hr/> + <a href="https://www.lotigara.ru/blog">Веб-сайт самохостера Lotigara</a> сгенерирован при помощи <a href="https://github.com/jakimfett/bashblog">Bashblog</a>. Исходные коды этой версии Bashblog можно найти <a href="https://www.lotigara.ru/files/bashblog">здесь</a>.</div> +</div> +</div></div></div> +</body></html> |