gnome-control-center/panels/network
Ana Cabral 43bb1d9200 network: Fix OWE settings
Enhanced Open (OWE) is not being saved properly from connection-editor.
When we create a Wi-Fi connection using Enhanced Open (OWE) Security
from nm-connection-editor and save it, it was not being saved and the
security was being set as "None", with Wireless Security Setting
being discarded. This is fixed by this commit. The fix is also being
done in libnma (implementing OWE in libnma,
https://gitlab.gnome.org/GNOME/libnma/-/issues/9), but this commit
fixes meanwhile it gets ready.

It was solved by adding treatment for the case in which owe was set.
OWE is not treated anymore in the same case as None.

https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1521
2022-02-24 12:56:43 +01:00
..
connection-editor network: Fix OWE settings 2022-02-24 12:56:43 +01:00
icons Add individual app icons 2022-01-31 14:08:22 +00:00
wireless-security Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
cc-network-panel.c network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
cc-network-panel.h network: Merge together methods 2019-11-06 10:16:40 +13:00
cc-network-panel.ui network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
cc-qr-code.c network: Fix a possible memory leak in QR code 2022-02-12 21:47:07 +00:00
cc-qr-code.h wifi: Use Paintables for QR code 2022-01-20 19:06:22 +05:30
cc-wifi-connection-list.c panels: Use .boxed-list instead of .content 2021-12-16 12:52:44 -08:00
cc-wifi-connection-list.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-connection-row.c network: Show configuration button only for active/connecting connections 2022-02-10 15:05:08 +00:00
cc-wifi-connection-row.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-connection-row.ui network: Show configuration button only for active/connecting connections 2022-02-10 15:05:08 +00:00
cc-wifi-hotspot-dialog.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-hotspot-dialog.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-hotspot-dialog.ui network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-panel.c wifi: Use Paintables for QR code 2022-01-20 19:06:22 +05:30
cc-wifi-panel.h network: Use #pragma once on headers 2018-11-05 08:33:22 -02:00
cc-wifi-panel.ui wifi: Use Paintables for QR code 2022-01-20 19:06:22 +05:30
gnome-network-panel.desktop.in.in Add individual app icons 2022-01-31 14:08:22 +00:00
gnome-wifi-panel.desktop.in.in network: Add "hotspot" keyword to the WiFi panel 2019-05-14 01:55:59 +00:00
lock-small-symbolic.svg network: Minimize small symbolic icons 2022-01-24 20:07:52 +00:00
meson.build Add individual app icons 2022-01-31 14:08:22 +00:00
net-device-bluetooth.c network: Use AdwActionRow for NetDeviceBluetooth 2022-02-04 17:54:25 +00:00
net-device-bluetooth.h network: Use AdwActionRow for NetDeviceBluetooth 2022-02-04 17:54:25 +00:00
net-device-ethernet.c network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
net-device-ethernet.h network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
net-device-mobile.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-device-mobile.h network: Convert NetDeviceEthernet, NetDeviceBluetooth and NetDeviceMobile to GtkTemplate 2019-11-06 10:40:23 +13:00
net-device-wifi.c wifi: Fix to use the updated details to create hotspot 2022-02-01 17:29:54 +00:00
net-device-wifi.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-proxy.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-proxy.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-vpn.c net-vpn: Don't append VPN in the title of the editor dialog 2022-02-15 14:42:13 +00:00
net-vpn.h network: Use AdwActionRow and GtkListBox for vpn list 2022-02-04 17:54:25 +00:00
network-bluetooth.ui network: Use AdwActionRow for NetDeviceBluetooth 2022-02-04 17:54:25 +00:00
network-dialogs.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
network-dialogs.h network: Use #pragma once on headers 2018-11-05 08:33:22 -02:00
network-ethernet.ui network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
network-mobile.ui network: Port to GTK4 2021-12-14 22:34:21 -03:00
network-proxy.ui panels: Use .boxed-list instead of .content 2021-12-16 12:52:44 -08:00
network-vpn.ui network: Use AdwActionRow and GtkListBox for vpn list 2022-02-04 17:54:25 +00:00
network-wifi.ui panels: Use .boxed-list instead of .content 2021-12-16 12:52:44 -08:00
network.gresource.xml Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
panel-common.c Network: Show all IPv6 addresses for an interface 2021-05-12 14:17:52 +12:00
panel-common.h Network: Show all IPv6 addresses for an interface 2021-05-12 14:17:52 +12:00
qrcodegen.c wifi: Add HotSpot QR code support 2020-08-05 14:25:51 +05:30
qrcodegen.h wifi: Add HotSpot QR code support 2020-08-05 14:25:51 +05:30
ui-helpers.c network: Move common code to common location 2019-11-27 22:05:46 +00:00
ui-helpers.h network: Move common code to common location 2019-11-27 22:05:46 +00:00
warning-small-symbolic.svg network: Minimize small symbolic icons 2022-01-24 20:07:52 +00:00
wifi-panel.css network: Fix QR code with dark theme 2022-02-11 17:24:52 +00:00