Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fw_if/umac_if/inc/fw/host_rpu_umac_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -2402,6 +2402,10 @@ struct nrf_wifi_umac_config_twt_info {
unsigned char twt_resp_status;
/** TWT early wake duration */
unsigned int twt_wake_ahead_duration;
/** Timeout value (in milliseconds) used by the RPU to send TWT requests
* to the AP before receiving a TWT response from the AP.
*/
unsigned int twt_req_timeout;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
unsigned int twt_req_timeout;
unsigned int twt_req_timeout_ms;

Copy link
Collaborator

@krish2718 krish2718 Aug 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
unsigned int twt_req_timeout;
unsigned int twt_setup_timeout_ms;

} __NRF_WIFI_PKD;

/**
Expand Down
2 changes: 1 addition & 1 deletion fw_if/umac_if/inc/fw/patch_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct nrf70_fw_image_info {
#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (13)
#define RPU_PATCH_VERSION (0)
#define RPU_PATCH_VERSION (1)

/**
* @}
Expand Down