From aabc6fc57b252604b52648b819dd937aabba7805 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 18 Mar 2015 21:56:51 +0100 Subject: wifi: indicate 2ghz and 5ghz wifi device capabilities Add new capabilities CAP_FREQ_2GHZ and CAP_FREQ_5GHZ to indicate the frequency bands supported by a Wifi device. Add also CAP_FREQ_VALID, which is set when the values of the other 2 capabilities are available. Original patch by Dan Williams https://bugzilla.gnome.org/show_bug.cgi?id=723295 --- introspection/nm-device-wifi.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'introspection/nm-device-wifi.xml') diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml index 7d4d73c9db..d1c5313ed4 100644 --- a/introspection/nm-device-wifi.xml +++ b/introspection/nm-device-wifi.xml @@ -151,6 +151,23 @@ The device supports Ad-Hoc mode. + + + The device properly reports information about supported + frequencies and thus both NM_802_11_DEVICE_CAP_FREQ_2GHZ and + NM_802_11_DEVICE_CAP_FREQ_5GHZ are valid. + + + + + The device supports 2.4GHz frequencies. + + + + + The device supports 5GHz frequencies. + + -- cgit v1.2.1