[Silabs] Update to WiseConnect 3.3.2 (#35439)

* [Silabs] Update to WiseConnect 3.3.2

* [Silabs] Update to WiseConnect 3.3.2 submodule

* [Silabs] Update to use new Silabs docker image with updated WiseConnect version 3.3.2

* Bump chip-build-vscode images to 78
diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml
index 2386585..8a3fc40 100644
--- a/.github/workflows/examples-efr32.yaml
+++ b/.github/workflows/examples-efr32.yaml
@@ -40,7 +40,7 @@
     if: github.actor != 'restyled-io[bot]'
 
     container:
-      image: ghcr.io/project-chip/chip-build-efr32:77
+      image: ghcr.io/project-chip/chip-build-efr32:78
       volumes:
         - "/tmp/bloat_reports:/tmp/bloat_reports"
     steps:
diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml
index 70d63c0..42bd920 100644
--- a/.github/workflows/release_artifacts.yaml
+++ b/.github/workflows/release_artifacts.yaml
@@ -64,7 +64,7 @@
         runs-on: ubuntu-latest
 
         container:
-            image: ghcr.io/project-chip/chip-build-efr32:77
+            image: ghcr.io/project-chip/chip-build-efr32:78
         steps:
             - name: Checkout
               uses: actions/checkout@v4
diff --git a/.gitmodules b/.gitmodules
index 40801ec..ed472c9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -223,7 +223,7 @@
 [submodule "third_party/silabs/wifi_sdk"]
 	path = third_party/silabs/wifi_sdk
 	url = https://github.com/SiliconLabs/wiseconnect.git
-	branch = v3.3.1
+	branch = v3.3.2
 	platforms = silabs
 [submodule "editline"]
 	path = third_party/editline/repo
diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml
index 152d834..92f6494 100644
--- a/integrations/cloudbuild/smoke-test.yaml
+++ b/integrations/cloudbuild/smoke-test.yaml
@@ -1,5 +1,5 @@
 steps:
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       entrypoint: "bash"
       args:
           - "-c"
@@ -7,7 +7,7 @@
               git config --global --add safe.directory "*"
               python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android 
       id: Submodules
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       # NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting
       #       jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3)
       env:
@@ -24,7 +24,7 @@
             path: /pwenv
       timeout: 900s
 
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       id: ESP32
       env:
           - PW_ENVIRONMENT_ROOT=/pwenv
@@ -45,7 +45,7 @@
       volumes:
           - name: pwenv
             path: /pwenv
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       id: NRFConnect
       env:
           - PW_ENVIRONMENT_ROOT=/pwenv
@@ -66,7 +66,7 @@
           - name: pwenv
             path: /pwenv
 
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       id: EFR32
       env:
           - PW_ENVIRONMENT_ROOT=/pwenv
@@ -88,7 +88,7 @@
           - name: pwenv
             path: /pwenv
 
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       id: Linux
       env:
           - PW_ENVIRONMENT_ROOT=/pwenv
@@ -141,7 +141,7 @@
           - name: pwenv
             path: /pwenv
 
-    - name: "ghcr.io/project-chip/chip-build-vscode:76"
+    - name: "ghcr.io/project-chip/chip-build-vscode:78"
       id: Android
       env:
           - PW_ENVIRONMENT_ROOT=/pwenv
diff --git a/third_party/silabs/wifi_sdk b/third_party/silabs/wifi_sdk
index 841ea3f..b5d6422 160000
--- a/third_party/silabs/wifi_sdk
+++ b/third_party/silabs/wifi_sdk
@@ -1 +1 @@
-Subproject commit 841ea3f7e0e8ce64a160ae2354e747260a61b1e9
+Subproject commit b5d6422f300cc075c7eaeec96e9f7e3f4e23bf06