Skip to content

wifi: disconnect override and minor fixes#463

Open
andreagilardoni wants to merge 5 commits into
arduino:mainfrom
andreagilardoni:wifi-fixes
Open

wifi: disconnect override and minor fixes#463
andreagilardoni wants to merge 5 commits into
arduino:mainfrom
andreagilardoni:wifi-fixes

Conversation

@andreagilardoni

Copy link
Copy Markdown
  • added wifi disconnect override
  • fixed wifi begin issue after an end call
  • firmware version now returns const char *

adding zephyr logging into wifi library
Making disconnect method virtual and overriding it in wifi class
fixing the issue of wifi in which begin doesn't work after end() is
called
changing return value of firmwareVersion to char*
@github-actions

Copy link
Copy Markdown

Built 0.55.1-0.dev+e8a19ed2

CI run PASSED 🟢

ArtifactBoardCoreTestsRAMSketchesWarningsErrors
zephyr_contrib ek_ra8d1 📗

11.9%

2--
frdm_mcxn947 6 🏷️

58.0%

2--
frdm_rw612 2 🏷️

83.0%

2--
✔️* zephyr_main giga 4 🏷️ ✅*

54.6%

5620-
nano33ble 1 🏷️ ✅*

78.8%

2810-
nano_matter 📗 ✔️*

⚠️ 85.7%

208(2*)
nicla_vision 4 🏷️ ✔️*

56.9%

5012(10*)
niclasense 2 🏷️ ✅*

⚠️ 87.4%

2610-
opta 4 🏷️ ✅*

56.5%

6034-
portentac33 3 🏷️ ✔️*

⚠️ 95.2%

6226(8*)
portentah7 3 🏷️ ✅*

57.2%

7034-
✅* zephyr_unoq unoq 📗 ✅*

26.9%

748-
Legend

BoardTestStatus description
🔥 🔥 Test run failed to complete.
🔴 Test completed with unexpected errors.
✔️* 🚫 Test completed with errors, but all are known/expected.
✅* 🟡 Test completed with some warnings; no errors detected.
🟢 Test passed successfully, with no warnings or errors.
🌑 🌑 Test was skipped.

@per1234 per1234 added bug Something isn't working enhancement New feature or request labels May 1, 2026
@pennam pennam requested a review from dani-clo May 22, 2026 13:06
Comment thread libraries/WiFi/src/WiFi.cpp
@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

handle the inconsistency that may happen during a disconnect call if
netif is currently set to the sta interface

Signed-off-by: Daniele Cloralio <d.cloralio@arduino.cc>
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Built 0.55.3-0.pr.463.29+ea46fc85

CI run PASSED 🟢

ArtifactBoardCoreTestsRAMSketchesWarningsErrors
✅* zephyr_contrib ek_ra8d1 📗 ✅*

11.9%

22-
frdm_mcxn947 7 🏷️ ✅*

58.0%

22-
frdm_rw612 2 🏷️ ✅*

83.0%

22-
✔️* zephyr_main giga 5 🏷️ ✅*

54.7%

5816-
nano33ble 1 🏷️ ✅*

78.8%

3010-
nano_matter 1 🏷️ ✅*

⚠️ 86.1%

228-
nicla_sense 2 🏷️ ✅*

⚠️ 87.6%

1810-
nicla_vision 5 🏷️ ✔️*

57.0%

5216(2*)
opta 5 🏷️ ✅*

57.7%

6218-
portentac33 3 🏷️ ✅*

⚠️ 95.8%

6616-
portentah7 4 🏷️ ✅*

58.5%

7416-
✅* zephyr_unoq unoq 📗 ✅*

26.9%

568-
Legend

BoardTestStatus description
🔥 🔥 Test run failed to complete.
🔴 Test completed with unexpected errors.
⁉️ ⁉️ Test was expected to fail but passed; exception entry is outdated.
✔️* 🚫 Test completed with errors, but all are known/expected.
✅* 🟡 Test completed with some warnings; no errors detected.
🟢 Test passed successfully, with no warnings or errors.
🌑 🌑 Test was skipped.

@pennam pennam self-requested a review June 9, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants