This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] zephyr: Fix AP de-authentication and disassociation
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]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters