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

wifi: radio_test: Add timeout parameter for capture mode #1399

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

imapa
Copy link
Contributor

@imapa imapa commented Jun 26, 2024

SHEL-2811: Added command to get user-specified timeout in seconds.Rx samples will be displayed only when the capture occurs before the timeout lapses.

nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h Outdated Show resolved Hide resolved
nrf_wifi/fw_if/umac_if/src/radio_test/fmac_api.c Outdated Show resolved Hide resolved
nrf_wifi/hw_if/hal/inc/fw/phy_rf_params.h Outdated Show resolved Hide resolved
nrf_wifi/hw_if/hal/inc/fw/phy_rf_params.h Outdated Show resolved Hide resolved
nrf_wifi/hw_if/hal/inc/fw/phy_rf_params.h Outdated Show resolved Hide resolved
nrf_wifi/hw_if/hal/inc/fw/phy_rf_params.h Outdated Show resolved Hide resolved
@krish2718 krish2718 changed the title samples: wifi: radio_test: Add timeout feature for capture mode wifi: radio_test: Add timeout parameter for capture mode Jul 11, 2024
* 0: Packet detected
* 1: Packet detection failed
*/
unsigned char timeout_status;
Copy link
Contributor

Choose a reason for hiding this comment

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

timeout and status are antonyms, i.e., timeout in general means lack of status. So, may be rename to capture_status? Also, it isn't quite clear from the comment the intent behind this?

@imapa imapa force-pushed the nrxlib_rx_cap_timeout branch 2 times, most recently from a2b0e47 to 187296e Compare July 16, 2024 06:55
*1: Capture failed after WLAN packet detection
*2: Capture timedout as no WLAN packets are detected
*/
unsigned char capture_status;
Copy link
Contributor

Choose a reason for hiding this comment

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

cap_status inline with other params?

@imapa imapa removed the DNM Do not merge label Jul 16, 2024
@prsi98 prsi98 force-pushed the nrxlib_rx_cap_timeout branch 5 times, most recently from cb754b0 to df16933 Compare August 1, 2024 05:44
[SHEL-2811]: Added command to get user-specified timeout
in seconds.Rx samples will be displayed only when the
capture occurs before the timeout lapses.

Signed-off-by: Mahammadyunus Patil <[email protected]>
@rlubos rlubos merged commit 51fc239 into nrfconnect:main Aug 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manifest-pr-skip Skips automatic manifest PR creation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants