-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Silabs] Fixing the ipv4 build for the wifi devices #38830
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
base: master
Are you sure you want to change the base?
Conversation
PR #38830: Size comparison from e1f80c6 to ae8e819 Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #38830: Size comparison from b8d1181 to 717579b Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #38830: Size comparison from 8167c5f to 93eb861 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #38830: Size comparison from 8167c5f to d87ac6f Increases above 0.2%:
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #38830: Size comparison from ef66cd8 to d67de46 Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
{ | ||
WifiInterface::GetInstance().GotIPv4Address((uint32_t) sta_netif->ip_addr.u_addr.ip4.addr); | ||
WifiInterfaceImpl::GetInstance().NotifyIPv4Change(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we notify that we lost the IPv4 address before notifying that have one?
@@ -30,6 +30,7 @@ | |||
#include <lib/support/CHIPMemString.h> | |||
#include <lib/support/CodeUtils.h> | |||
#include <lib/support/logging/CHIPLogging.h> | |||
#include <platform/silabs/wifi/WifiInterface.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This inlcude should not have any impact since it is available through the WifiInterfaceImpl header.
Testing
IPv4 build was failing for wifi devices
Fixing the build for the wifi devices
Tested soc and ncp builds and 917SoC and WF200 commissioning with IPv4