Add WiFi 6GHz Capability Flag
Summary
Adds a new WiFi 6GHz capability flag, NM_WIFI_DEVICE_CAP_FREQ_6GHZ
, along side the existing NM_WIFI_DEVICE_CAP_FREQ_2GHZ
& NM_WIFI_DEVICE_CAP_FREQ_5GHZ
flags.
Purpose
Gnome settings utilizes the 2 existing flags to present supported bands in gnome-settings. I will be using this additional flag in modifications there.
Checklist
Please read https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/CONTRIBUTING.md before opening the merge request. In particular, check that:
-
the subject for all commits is concise and explicative -
the message for all commits explains the reason for the change -
the source is properly formatted -
any relevant documentation is up to date -
you have added unit tests if applicable