-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EFR32]Feature wifinetworkdiagnostics implmentation for RS9116 (#20123)
* added wifinetworkdiagnostics implementation for rs911x * Restyled files * resolving comments, issue with handing out the pointer(ap.bssid) and using an array * Restyled files Co-authored-by: rosahay-silabs <[email protected]>
- Loading branch information
1 parent
a295bec
commit a1336d5
Showing
4 changed files
with
158 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule matter_support
updated
5 files
+35 −0 | matter/wifi/rs911x/rsi_if.c | |
+2 −0 | matter/wifi/rs911x/wfx_rsi.h | |
+6 −0 | matter/wifi/rs911x/wfx_rsi_host.c | |
+11 −0 | matter/wifi/wf200/host_if.cpp | |
+12 −0 | matter/wifi/wfx_host_events.h |
Submodule wiseconnect-wifi-bt-sdk
updated
45 files