Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Fix SAP restart #146

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Fix SAP restart #146

merged 3 commits into from
Jan 18, 2024

Conversation

krish2718
Copy link
Collaborator

No description provided.

fixup! [nrf noup] zephyr: Implement basic AP ops

When AP is restart (enable, disable, enable), then the beacon set flag
isn't cleared as stop_ap isn't called in the normal path, it's only for
the AP control interface. But during AP disable, deinit_ap OP is called,
but the flag wasn't cleared in that OP causing AP to start successfully,
but without calling start_ap FMAC API.

Fixes SHEL-2370.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
src/drivers/driver_zephyr.c Outdated Show resolved Hide resolved
src/drivers/driver_zephyr.c Outdated Show resolved Hide resolved
fixup! [nrf noup] zephyr: Implement basic AP ops

This way we can handle intermittent failures instead of locking up the
system.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
fixup! [nrf noup] ci: Add compliance test

This isn't maintained for this project.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
@krish2718 krish2718 merged commit c382d98 into nrfconnect:main Jan 18, 2024
1 check passed
@krish2718 krish2718 deleted the fix_ap_restart branch January 18, 2024 14:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants