Im parsing the output of:
/interface wireless info hw-info interface=wlanX
Radios that are 2.4GHz only will report something like this:
ranges: 2312-2732/5/b,g,gn20,gn40
2484-2484/5/b,g,gn20,gn40
tx-chains: 0,1
rx-chains: 0,1
extra-info: pciinfo:0x0, cid:0, gain:3
According to this post the format should be interpreted as:
...
Where "2312-2732" is available frequency range.
5 = step between frequencies.
b,g,gn20 = wireless standard and channel-width.
...
What is the significance of the second row in “ranges”
2484-2484/5/b,g,gn20,gn40
? It seems to denote center of channel 14, but what significance does it have in the context of hw-info ranges?
5GHz radios does not seem to report the same way e.g.:
ranges: 4920-6100/5/a,an20,an40,ac20,ac40,ac80
tx-chains: 0,1
rx-chains: 0,1
extra-info: pciinfo:0x0, cid:1, g
i would have expected ranges to include an extra line e.g.
5825-5825/5/a,an20,an40,ac20,ac40,ac80