I have flashed Openwrt on my TP Link Archer C6 v3. Its running OpenWrt 23.05.2. With ethernet cable, I don't get any packet loss at all but over Wifi, the packet loss is quite a lot
What does the "1.54 KB/s" mean in the top bar of your packet loss screenshot? Is that the current traffic throughput or the channel capacity? In the latter case the packet loss would not be all that surprising.
With your trsting phone cnnected what do the following two commands return:
iwinfo wlan0 assoclist
iwinfo wlan1 assoclist
(actually just getting the data from the phone would be enough, ideally while running a speed test on the phone itself to see what is possible).
Also in the GUI of the router, navigate to "Status -> Channel Analysis" and select the correct radio and wait a bit for the plot to get populated (your radio needs to scan all channels which might take a while) and then post screenshots of the results here, please.
That "1.54 KB/s" in the top bar of my screenshot is just the current traffic throughput. i am also attaching the channel analysis screenshot as you have asked.
Well, the issue I guess is that you connect via WiFi on the same radio you want to change the channel... Try hooking up a computer via ethernet then you should be able to change channels... or click "Apply unchecked" (but see the next paragraph for how long to wait before expecting the AP to appear again o a given channel).
Also some 5GHz channels require your AP to first check for ~1 minute IIRC to scan whether the same channel might be used by a radar, the channel will only be usable after that mandatory scan time...
Regarding the iwinfo problems, what do you get if you just run iwinfo?
i changed the wifi channel to 132 using my desktop with LAN and didn't got the error from above but for some reason, it has got disabled as you can see here.
Ah, could you please try (with your end device active) iwinfo phy1-ap0 assoclist
If you look at your channel analysis plot you notice that the first set of SSIDs use all channels from 36 to 48 (for an 80 MHz wide channel). But:
your selected center channel still sits with in that 80 MHz band that is already in use, you need to select a channel that gets your AP to use a non-overlapping channel*. According to https://en.wikipedia.org/wiki/List_of_WLAN_channels maybe try 58...
*) Using partially overlapping channels is worse than using fully overlapping channels in the first case the different band users see each other only as interference in the second case they see each other's packets and can at least coordinate somewhat...