We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336c650 commit 1b5c590Copy full SHA for 1b5c590
drivers/wifi/nrf_wifi/src/wifi_mgmt.c
@@ -620,8 +620,8 @@ void nrf_wifi_event_proc_twt_setup_zep(void *vif_ctx,
620
unsigned int event_len)
621
{
622
struct nrf_wifi_vif_ctx_zep *vif_ctx_zep = NULL;
623
- struct wifi_twt_params twt_params;
624
- struct twt_interval_float twt_interval_fp;
+ struct wifi_twt_params twt_params = { 0 };
+ struct twt_interval_float twt_interval_fp = { 0 };
625
626
if (!vif_ctx || !twt_setup_info) {
627
return;
0 commit comments