-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 agent improvements #14263
wifi: QT agent improvements #14263
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
35e5d61
to
cc7fdef
Compare
cc7fdef
to
ee649f1
Compare
Added Kconfig entry for setting reboot timeout value. Signed-off-by: Triveni Danda <[email protected]>
Replace sprintf with snprintf to enhance string length handling. Signed-off-by: Triveni Danda <[email protected]>
Control socket is opened by supplicant, so sending request on the control is enough. Signed-off-by: Triveni Danda <[email protected]>
This to ensure that the copying operation does not exceed the size of the destination buffer. Signed-off-by: Triveni Danda <[email protected]>
Use strncpy to prevent buffer overflow vulnerabilities. Signed-off-by: Triveni Danda <[email protected]>
Replace macro with Kconfig option for setting default Wi-Fi interface. Signed-off-by: Triveni Danda <[email protected]>
Implement imperative check for supplicant readiness prior to QT thread initiation. Signed-off-by: Triveni Danda <[email protected]>
Use the net API to read mac address instead of device structs. Signed-off-by: Triveni Danda <[email protected]>
Configure net config timeout to 0 to avoid waiting for network initialization. Signed-off-by: Triveni Danda <[email protected]>
03d8f7d
to
394f74e
Compare
This pulls in the change for removing reboot when sta disconnect is triggered. Signed-off-by: Triveni Danda <[email protected]>
Increase libc heap size to fix run time association failures. Signed-off-by: Triveni Danda <[email protected]>
394f74e
to
539d31a
Compare
No description provided.