add tmp wlan

add autocon wlan
This commit is contained in:
Rouven Seifert 2025-05-26 16:31:58 +02:00
parent 92b0c1fc43
commit 78efe45979
2 changed files with 8 additions and 0 deletions

View file

@ -81,6 +81,14 @@
pskRaw = "ext:C3D2_PSK";
authProtocols = [ "WPA-PSK" ];
};
"Apartment6" = {
pskRaw = "ext:APARTMENT6";
authProtocols = [ "WPA-PSK" ];
};
"Autocon3" = {
pskRaw = "ext:AUTOCON";
authProtocols = [ "WPA-PSK" ];
};
"WIFI@DB" = {
authProtocols = [ "NONE" ];
};

Binary file not shown.