如何通过command修改手机做为 Hotspot时的channel
时间:10-02
整理:3721RD
点击:
[DESCRIPTION]
在mtk目前的平台上,暂时没有UI可以设置当前手机做为Hotspot时的channel,只能通过adb
shell命令来进行channel的修改。
具体步骤可以参考下面的solution。
[SOLUTION]
1.进入Setting页面打开wifi Hotspot
2.手机与PC连接,并且确认手机与PC有成功remount上
3.使用以下两个命令修改channel:
–adb shell wpa_CLI -iap0 -p/data/misc/wpa_supplicant set ap_oper_channel
<the channel number you want to use>
–adb shell wpa_cli -iap0 -p/data/misc/wpa_supplicant save_config
4.关闭,然后再打开wifi Hotspot
5.在sniffer log的packet info的channel项里面就可以看到新设置的channel了