From add2f0d2f7fe5f7a66c1b500ef548ee26aea4d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20M=C3=BCller?= Date: Fri, 5 Aug 2022 15:42:45 +0200 Subject: wifi: Add QR code to share Wi-Fi networks Many devices are able to scan a specifically formatted QR code to connect to a wifi network. To make sharing of wifi connections easier, it would be helpful to display such a QR code in the wifi settings. A button is added to the wifi connection row. This row is shown in the general wifi settings panel, as well as in the "Known Wi-Fi Network" dialog. Clicking the button opens an additional dialog, which shows the QR code. --- tests/network/test-wifi-text.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/network/test-wifi-text.c b/tests/network/test-wifi-text.c index 39c79cbcf..ac4de34db 100644 --- a/tests/network/test-wifi-text.c +++ b/tests/network/test-wifi-text.c @@ -32,6 +32,7 @@ /* Including ā€˜.cā€™ file to test static functions */ #include "cc-wifi-panel.c" +#include "cc-qr-code.c" static void test_escape_qr_string (void) -- cgit v1.2.1