wifi: Hostap WPA control interface configurable timeout
WPA control interface timeout is hardcoded to 10s, add a configuration
option to remove the hardcode, this is needed sometimes as a workaround
e.g., crypto taking too long to complete the request.
Work around for #79834, increase the default from 10 to 15s, in positive
case this will have no impact.
The following west manifest projects have been modified in this Pull Request:
| Name | Old Revision | New Revision | Diff |
|---|---|---|---|
| hostap | https://github.com/zephyrproject-rtos/hostap/commit/ac59d28778b20cd68702f55dad2a27d648e3d571 | https://github.com/zephyrproject-rtos/hostap/commit/978f1fa082c49381530d983345333d5cab83c00b (main) | zephyrproject-rtos/[email protected] |
Note: This message is automatically posted and updated by the Manifest GitHub Action.
I cherry-picked the fix from this PR to #79973, as if this is merged first, the other PR will have a merge conflict and will delay it further. So the plan is to merge #79973 asap in order not to delay other hostap related PRs.
I cherry-picked the fix from this PR to #79973, as if this is merged first, the other PR will have a merge conflict and will delay it further. So the plan is to merge #79973 asap in order not to delay other hostap related PRs.
closing this PR