Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Silabs] Refactor SiWx917 Wi-Fi Application implementation #284

Closed
wants to merge 11 commits into from

Conversation

mkardous-silabs
Copy link
Owner

Description

PR transitions the SiWx917 Wi-Fi implementation to use the sl_net API. This allows us to leverage the LwIP integration of the Wi-Fi SDK instead of using the one implemented for Matter for the SiWx917.

  • Replace sl_wifi APIs by the sl_net equivalent
  • Remove the join callback handler since the sl_net_up API does not trigger the callback and that it is not necessary anymore
  • Remove the scan network callback since it always failed due to string length issues. Since we assume the scan can fail and still try to connect, the scan brings little value.

Tests

Siw917x build, flash and commission

examples/platform/silabs/MatterConfig.cpp Show resolved Hide resolved
examples/platform/silabs/SiWx917/sl_wifi_if.cpp Outdated Show resolved Hide resolved
examples/platform/silabs/SiWx917/sl_wifi_if.cpp Outdated Show resolved Hide resolved
examples/platform/silabs/SiWx917/sl_wifi_if.cpp Outdated Show resolved Hide resolved
examples/platform/silabs/efr32/rs911x/rsi_if.cpp Outdated Show resolved Hide resolved
src/platform/silabs/SiWx917/wifi/ethernetif.cpp Outdated Show resolved Hide resolved
src/platform/silabs/SiWx917/wifi/lwip_netif.cpp Outdated Show resolved Hide resolved
@github-actions github-actions bot added documentation Improvements or additions to documentation github labels Oct 30, 2024
@mkardous-silabs mkardous-silabs changed the base branch from master to test/matter_mips October 30, 2024 17:58
@mkardous-silabs mkardous-silabs changed the base branch from test/matter_mips to master October 30, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants