From 2a182ae521331fc71cf5aabc20bf0e8f0b38ae42 Mon Sep 17 00:00:00 2001
From: Yu Watanabe <watanabe.yu+github@gmail.com>
Date: Wed, 31 Jul 2024 06:49:32 +0900
Subject: [PATCH 0819/1160] network: request non-NULL SSID when a wlan
 interface is configured as station

To avoid conflicts with user .network file for the wlan interface with Bond=.
See https://github.com/systemd/systemd/issues/19832#issuecomment-857661200.

(cherry picked from commit e2becab08506d8a085f4c18231c7f354db16df9f)
(cherry picked from commit ad861b6ae6ee9660912f03f73f771c98f426753c)
---
 network/80-wifi-station.network.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/network/80-wifi-station.network.example b/network/80-wifi-station.network.example
index 160b4eb5e3..600ce4c5ea 100644
--- a/network/80-wifi-station.network.example
+++ b/network/80-wifi-station.network.example
@@ -12,6 +12,7 @@
 [Match]
 Type=wlan
 WLANInterfaceType=station
+SSID=*
 
 [Network]
 DHCP=yes
-- 
2.33.0