当前位置:网站首页>openwrt 开启KV漫游
openwrt 开启KV漫游
2022-07-01 23:18:00 【lovefengchenlove】
官方固件18.06.8默认需修改hostapd.sh文件才能改配置开启80211k/v,下面是我修改过并使用的hostap.sh文件,已测试开启kv成功
hostapd.zip (5.89 KB, 下载次数: 20)
解压后将hostapd.sh文件放入/lib/netifd/覆盖原文件
/etc/config/wireless将配置改为类似如下,注意要加上option ieee80211v '1'
- config wifi-iface 'default_radio0'
- option device 'radio0'
- option network 'lan'
- option mode 'ap'
- option ssid 'OpenWrt'
- option encryption 'none'
- option ieee80211k '1'
- option ieee80211v '1'
- option wnm_sleep_mode '1'
- option bss_transition '1'
- option rrm_neighbor_report '1'
- option rrm_beacon_report '1'
- option time_advertisement '2'
- option time_zone 'UTC8'
边栏推荐
猜你喜欢
2022 examination questions and online simulation examination for safety management personnel of hazardous chemical business units
Airserver latest win64 bit personal screen projection software
What category does the Internet of things application technology major belong to
Why is PHP called hypertext preprocessor
Redis AOF log
问题随记 —— file /usr/share/mysql/charsets/README from install of MySQL-server-5.1.73-1.glibc23.x86_64 c
MySQL binlog cleanup
Development trend and future direction of neural network Internet of things
【小程序】通过scroll-view组件实现左右【滑动】列表
mysql binlog的清理
随机推荐
Experience of practical learning of Silicon Valley products
每日三题 6.30
物联网开发零基础教程
[micro service sentinel] @sentinelresource details
硅谷产品实战学习感触
物联网技术应用属于什么专业分类
CKS CKA ckad change terminal to remote desktop
JS - use of arguments
2022年起重机司机(限桥式起重机)考试试题及模拟考试
距离度量 —— 汉明距离(Hamming Distance)
Zhao Fuquan: to ensure supply in the short term, we should build a safe, efficient and resilient supply chain in the long term
深度学习 | 三个概念:Epoch, Batch, Iteration
2022 R1 fast opening pressure vessel operation test questions and answers
from pip._internal.cli.main import main ModuleNotFoundError: No module named ‘pip‘
Leetcode(34)——在排序数组中查找元素的第一个和最后一个位置
每日三题 6.29
Some thoughts on game performance optimization
神经网络物联网的未来趋势与发展
from pip._internal.cli.main import main ModuleNotFoundError: No module named ‘pip‘
PostgreSQL source code (57) why is the performance gap so large in hot update?