This commit is contained in:
Rouven Seifert 2025-01-28 21:12:11 +01:00
parent a65b9c85e0
commit 5d94104678
6 changed files with 47 additions and 9 deletions

View file

@ -74,6 +74,10 @@
pskRaw = "ext:PIXEL_PSK";
authProtocols = [ "WPA-PSK" ];
};
"C3D2" = {
pskRaw = "ext:C3D2_PSK";
authProtocols = [ "WPA-PSK" ];
};
"WIFI@DB" = {
authProtocols = [ "NONE" ];
};