commit | a62f85c2eeec00316f94c20a396883644ec63b30 | [log] [tgz] |
---|---|---|
author | Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> | Tue Mar 05 01:51:53 2024 +0530 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Apr 05 12:19:55 2024 +0200 |
tree | 51d237c5b3de10e679a6616d84faf33676f3b47e | |
parent | fa2b192df4200baa60d99881f6d49f6e4b16db22 [diff] |
hostap: Reduce WPA supplicant heap when MbedTLS heap is enabled If MbedTLS uses its own heap which is a static heap (not libc heap), then WPA supplicant heap usage will come down, so, reduce 8K (minimum MbedTLS heap for Wi-Fi) from the libc heap size. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>