当前位置:网站首页>Openwrt enable kV roaming
Openwrt enable kV roaming
2022-07-01 23:35:00 【lovefengchenlove】
Official firmware 18.06.8 It needs to be modified by default hostapd.sh The file can only be opened by changing the configuration 80211k/v, The following is what I modified and used hostap.sh file , Tested on kv success

hostapd.zip (5.89 KB, amount of downloads : 20)
After decompression hostapd.sh File put in /lib/netifd/ Overwrite the original file
/etc/config/wireless Change the configuration to something like , Be careful to add 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'
边栏推荐
- Huisheng Huiying 2022 intelligent, fast and simple video editing software
- 图的遍历之深度优先搜索和广度优先搜索
- Commemorate becoming the first dayus200 tripartite demo contributor
- 股票开户哪个证券公司最好,有安全保障吗
- SQL optimization
- const // It is a const object...class nullptr_t
- Door level modeling - after class exercises
- [understanding of opportunity-35]: Guiguzi - flying clamp - the art of remote connection, remote control and remote testing
- What are the common types of points mall games?
- What is mosaic?
猜你喜欢

Paramètres communs de matplotlib

What category does the Internet of things application technology major belong to

Future trend and development of neural network Internet of things

Redis AOF日志

硅谷产品实战学习感触

Matplotlib常用图表

使用uni-simple-router,动态传参 TypeError: Cannot convert undefined or null to object

SWT / anr problem - SWT causes kernel fuse deadlock

from pip._internal.cli.main import main ModuleNotFoundError: No module named ‘pip‘

Distance measurement - Hamming distance
随机推荐
Redis RDB快照
门级建模—课后习题
物联网技术应用属于什么专业分类
PostgreSQL notes (10) dynamically execute syntax parsing process
2021 robocom world robot developer competition - preliminary competition of undergraduate group
Practical application and extension of plain framework
Win 10 mstsc connect RemoteApp
sql 优化
Redis master-slave synchronization
Practical application and extension of plain framework
[must] bm41 output the right view of the binary tree [medium +]
神经网络物联网的发展趋势和未来方向
Huisheng Huiying 2022 intelligent, fast and simple video editing software
Why is PHP called hypertext preprocessor
SWT / anr problem - SWT causes low memory killer (LMK)
How to display real-time 2D map after rviz is opened
共享电商的背后: 共创、共生、共享、共富,共赢的共富精神
SQL optimization
const // It is a const object...class nullptr_t
Redis数据类型和应用场景