Skip to content
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

zephyr: udp throughput fail when legacy roaming #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GaofengZhangNXP
Copy link
Contributor

udp tx throughput fail is expected, legacy roaming triggered dhcp will change ip address, but udp tx throughput specify fixed ip address during udp tx iperf, so udp tx throughput fail after dhcp. Using assoc_freq in wps_supplicant to get current connect state. if assoc_freq is not zero, sta is connected, and we think it is in roaming when auth. doesn't restart dhcp. and ecsa also doesn't restart dhcp.

udp tx throughput fail is expected, legacy roaming triggered dhcp will
change ip address, but udp tx throughput specify fixed ip address
during udp tx iperf, so udp tx throughput fail after dhcp.
Using assoc_freq in wps_supplicant to get current connect state.
if assoc_freq is not zero, sta is connected, and we think
it is in roaming when auth. doesn't restart dhcp. and ecsa also
doesn't restart dhcp.

Signed-off-by: Gaofeng Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant