Skip to content

Conversation

@krish2718
Copy link
Contributor

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.

@zephyrbot
Copy link

zephyrbot commented Oct 19, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hostap zephyrproject-rtos/hostap@ac59d28 zephyrproject-rtos/hostap@978f1fa (main) zephyrproject-rtos/hostap@ac59d287..978f1fa0

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hostap DNM This PR should not be merged (Do Not Merge) labels Oct 19, 2024
sachinthegreen
sachinthegreen previously approved these changes Oct 21, 2024
jukkar
jukkar previously approved these changes Oct 21, 2024
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 zephyrproject-rtos#79834, increase the default from 10 to 15s, in positive
case this will have no impact.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
@krish2718 krish2718 dismissed stale reviews from jukkar and sachinthegreen via 675fcfa October 21, 2024 11:21
@krish2718 krish2718 force-pushed the hostap_configurable_timeout branch from 0e9e09c to 675fcfa Compare October 21, 2024 11:21
@zephyrbot zephyrbot removed the DNM This PR should not be merged (Do Not Merge) label Oct 21, 2024
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 21, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 22, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 22, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 22, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 22, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 22, 2024
…imeout

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.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Oct 22, 2024
In case a command timesout due to taking longer time (not a negative
case), use the config option as timeout.

Upstream PR: zephyrproject-rtos/zephyr#80098

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
@jukkar jukkar added the DNM This PR should not be merged (Do Not Merge) label Oct 22, 2024
@jukkar
Copy link
Member

jukkar commented Oct 22, 2024

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.

@krish2718
Copy link
Contributor Author

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

@krish2718 krish2718 closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Wi-Fi Wi-Fi DNM This PR should not be merged (Do Not Merge) manifest manifest-hostap

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants