fix(wireless): Fix undefined behavior when wireless radio is 6g band … - #1207
Conversation
…capable Falling back on 5g band when the radio is configured by default for 6g band. 6g band is restricted to indoor uses in most places, and require wpa3.
|
Thanks @VGDSpehar !! I don't have 6GHz-capable routers, but I quickly checked with the routers I have (2.4+5 or only 2.4) and there is no negative impact due to this PR on those devices. If in the future someone gets their hands on a 6GHz device, we can expand the support to 6GHz, but so far I completely agree with @VGDSpehar 's approach: let's ignore 6GHz. Some background on 6GHz for future reference:
|
…capable
Falling back on 5g band when the radio is configured by default for 6g band. 6g band is restricted to indoor uses in most places, and require wpa3.
Related issue : #1180