Hi. I have a Linksys WRT3200ACM LuCI running openwrt-18.06 and things have been running well except for one thing. All of my IOT devices stop working when WMM mode is enabled on the 2.4GHz SSID. My settings -
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11g'
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
option legacy_rates '1'
option country 'AU'
option channel '1'
option bursting '1'
option ff '1'
option compression '1'
option turbo '1'
option htmode 'HT40'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option key '****'
option ssid '****'
option disassoc_low_ack '0'
option encryption 'psk-mixed'
option wmm '1'
I've tried tweaking several settings but not had success. The problem I have is when I disable WMM, my Android tablet stops working. Any ideas?