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

[nrf noup] zephyr: Fix AP de-authentication and disassociation #147

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

krish2718
Copy link
Collaborator

fixup! [nrf noup] ap: Add support for basic open connection

nRF70 doesn't implement AP SME, so, any SME frames have to generated by hostapd/wpa_supplicant itself. Previously FMAC API's were used for de-authentication and disassociation but that won't work.

Switch to generating those frames in the wpa_supplicant itself and use MLME FMAC API to send them out.

Fixes SHEL-2393.

fixup! [nrf noup] ap: Add support for basic open connection

nRF70 doesn't implement AP SME, so, any SME frames have to generated by
hostapd/wpa_supplicant itself. Previously FMAC API's were used for
de-authentication and disassociation but that won't work.

Switch to generating those frames in the wpa_supplicant itself and use
MLME FMAC API to send them out.

Fixes SHEL-2393.

Signed-off-by: Chaitanya Tata <[email protected]>
@krish2718 krish2718 merged commit e7c9467 into nrfconnect:main Jan 23, 2024
1 check passed
@krish2718 krish2718 deleted the fix_ap_deauth branch January 23, 2024 13:38
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