This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
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: Don't use heap for WPA cli
Relying on heap during OOM is bad, esp. for critical module like WPA supplicant, this can break the Wi-Fi. As the WPA supplicant stack is large enough and this buffer is free immediately after use, just use the stack. Fixes SHEL-2283. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information