|
How to change WIFI 11ac into 11n for AP6335 ?
Posted at 6/8/2016 17:03:20
View:4146
|
Replies:0
Print
Only Author
[Copy Link]
1#
I am using WIFI 11ac mode, but want to change into WIFI 11n mode. In order to do it, should I change in hostpad.conf file ? Otherwise,change in nvram of AP6335 or in WIFI driver ? I have tried to change it in hostpad.conf as below, but failed. Please let me know how to change it.
[hostapd.conf]
interface=wlan0
driver=nl80211
ctrl_interface=/data/misc/wifi/hostapd
ssid=firefly
channel=157
hw_mode=a
ignore_broadcast_ssid=0
wowlan_triggers=any
ieee80211n=1
ieee80211ac=0
wmm_enabled=0
require_vht=0
ht_capab=[SHORT-GI-20][HT20+]
wpa=2
rsn_pairwise=CCMP |
|