如何修改360免费wifi热点的频带为2.4G或者5G

有的时候使用电脑广播出热点给嵌入式设备用进而进行抓包,但是他默认广播的是5G Hz的,嵌入式设备扫不到热点。那么如何让他广播2.4G H在呢?

CMD控制台使用命令netsh wlan show drivers查看设备驱动:

 802.11g 和 802.11n 意味着你的系统只支持 2.4GHz
 802.11n, 802.11g, and 802.11b 意味着你的系统只支持 2.4GHz
 如果其中包含 802.11a 或者 802.11ac 意味着你的系统能够支持2.4GHz 和 5GHz.

然后我们到电脑的设备管理器里面 点开网络适配器 找到含有Inter(R) Wireless字样的设备双击, 然后选择高级,点击首选频带就可以影响360免费wifi 的热点是什么频段了:

如果上述方法不起作用可以尝试如下(本人并未尝试)
 

Here are my scripts. Please note that you use this at your own risk!
Open a command prompt and type powershell

Use this command to get some information about your wifi adapter.
get-netadapter -Name Wi-Fi

Name InterfaceDescription ifIndex Status MacAddress LinkSpeed
---- -------------------- ------- ------ ---------- ---------
Wi-Fi Killer(R) Wi-Fi 6 AX1650i 160MHz Wir... 13 Up **-**-**-**-**-** 866.7 Mbps

Use these commands to modify your adapter to 2.4GHz only and dual band 2.4/5GHz (command prompt must be run as an administrator). Again these are for my adapter specifically and they might be different for yours.

To change to 2.4GHz only (for my wifi adapter)
Set-NetAdapterAdvancedProperty -Name Wi-Fi -DisplayName "802.11a/b/g Wireless Mode" -DisplayValue "4. 2.4GHz 802.11b/g"
Set-NetAdapterAdvancedProperty -Name Wi-Fi -DisplayName "802.11n/ac/ax Wireless Mode" -DisplayValue "2. 802.11n"

To change to Dual Band 2.4GHz/5GHz only (for my wifi adapter)
Set-NetAdapterAdvancedProperty -Name Wi-Fi -DisplayName "802.11a/b/g Wireless Mode" -DisplayValue "6. Dual Band 802.11a/b/g"
Set-NetAdapterAdvancedProperty -Name Wi-Fi -DisplayName "802.11n/ac/ax Wireless Mode" -DisplayValue "4. 802.11ax"

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值