# Most modern wireless drivers in the kernel need driver=nl80211
driver=nl80211
# Customize these for your local configuration...
interface=wlan0
hw_mode=g
channel=6
ssid=hetao_ap
wme_enabled=1
ieee80211n=1
ht_capab=[SMPS-STATIC][GF][SHORT-GI-20][SHORT-GI-40][RX-STBC][DSSS_CCK]
这是一个优化配置,网络性能达到最佳
PING 192.168.123.60 (192.168.123.60) 56(84) bytes of data.
64 bytes from 192.168.123.60: icmp_req=1 ttl=128 time=0.399 ms
64 bytes from 192.168.123.60: icmp_req=2 ttl=128 time=0.457 ms
64 bytes from 192.168.123.60: icmp_req=3 ttl=128 time=0.407 ms
64 bytes from 192.168.123.60: icmp_req=4 ttl=128 time=0.402 ms
64 bytes from 192.168.123.60: icmp_req=5 ttl=128 time=0.457 ms
64 bytes from 192.168.123.60: icmp_req=6 ttl=128 time=0.390 ms
本文介绍了一种使用nl80211驱动优化无线网络的方法,通过定制化的配置实现了网络性能的最大化。文中详细列举了包括无线接口模式、频道选择、SSID设置及高级特性如IEEE802.11n的支持等参数。通过ping测试验证了优化后的网络连接稳定且延迟低。
4万+

被折叠的 条评论
为什么被折叠?



