Model: TPLINK Archer C7 v2
Firmware Version: OpenWrt SNAPSHOT r9992-86fd8cb / LuCI Master (f138fc93)
Kernel Version: 4.14.118
When my device is newly booted up, all devices I have are able to connect to either WiFi network, however something happens over time and eventually my Macbook Pro, iPhone, and iPad (and maybe also my Vizio TV) are unable t connect to the 5GHz network where my Android device works without issues.
Has anyone experienced this? How would I go about trying to debug this?
My /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'pci0000:00/0000:00:00.0'
option htmode 'VHT80'
option country 'AU'
option legacy_rates '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'ap'
option ssid '5ghz ssid'
option encryption 'psk2'
option network 'lan'
option key 'pw'
config wifi-device 'radio1'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'platform/ahb/ahb:apb/18100000.wmac'
option htmode 'HT20'
option country 'AU'
option legacy_rates '1'
config wifi-iface 'default_radio1'
option device 'radio1'
option mode 'ap'
option ssid '2-4ghz ssid'
option encryption 'psk2'
option key 'pw'
option network 'lan'