-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wifi: QT SVD fixes #15555
wifi: QT SVD fixes #15555
Commits on May 31, 2024
-
modules: wfa-qt: Fix memory leak
The memory for format is leaked. Instead of fixing the leak, move away from malloc based implementation it is overkill for logging and also protect the prints using a mutex, this should have been done even with malloc/free for thread safety (apart from inherent malloc/free thread safety). Fixes SHEL-2274. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d33a22 - Browse repository at this point
Copy the full SHA 6d33a22View commit details -
modules: wfa-qt: Fix handling failures
The response handler doesn't check for failures and they will be ignored, add a check for failures and return failure. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 126793c - Browse repository at this point
Copy the full SHA 126793cView commit details -
samples: wifi: wfa_qt_app: Decrease the libc heap
Now that the memory leak has been fixed, we don't need 100K heap for QT app. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ad22eb - Browse repository at this point
Copy the full SHA 3ad22ebView commit details -
manifest: sdk-wfa-qt: Pull fix for heap corruption
Fixes heap corruption seen in SVD test suites. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32da4af - Browse repository at this point
Copy the full SHA 32da4afView commit details -
modules: wfa-qt: Fix POSIX conflict
WPA supplicant now depends on POSIX, so, remove this dependency to avoid conflict. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2edf63 - Browse repository at this point
Copy the full SHA c2edf63View commit details -
modules: wfa-qt: Fix compilation error
Latest Zephyr has modified the data structure. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1449d17 - Browse repository at this point
Copy the full SHA 1449d17View commit details -
modules: wfa-qt: Log error string
Displaying error message without reason is useless. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64c8ca4 - Browse repository at this point
Copy the full SHA 64c8ca4View commit details -
samples: wifi: wfa_qt_app: Increase sockets
QT along with hostap needs more FDs, else socket initialization will fail. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53153ed - Browse repository at this point
Copy the full SHA 53153edView commit details