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

[wifi] fix long commissioning time #185

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

xshuqun
Copy link
Collaborator

@xshuqun xshuqun commented Feb 15, 2024

  • Fix long commissioning time

Notes:

  • After DHCP, Commissioner will send BLE indication packet, and at the same time, DHCP6 is on-going, if DHCP6 takes a long time, BLE seems to take over the task and repeatly communicating, despite wifi started dnssd.
  • To prevent this issue, when DHCP6 starts, if IPv6 address is valid, trigger DHCP6 event and allow dnssd to start first before BLE communication.

@xshuqun xshuqun force-pushed the main branch 2 times, most recently from f808fd8 to 08e59a1 Compare March 15, 2024 00:52
* Fix long commissioning time

Notes:
* After DHCP, Commissioner will send BLE indication packet, and at the same time, DHCP6 is on-going, if DHCP6 takes a long time, BLE seems to take over the task and repeatly communicating, despite wifi started dnssd.
* To prevent this issue, when DHCP6 starts, if IPv6 address is valid, trigger DHCP6 event and allow dnssd to start first before BLE communication.
@xshuqun xshuqun force-pushed the fix_long_commissioning_issue branch from f04432c to 2f2de19 Compare March 15, 2024 09:07
@xshuqun xshuqun requested review from SandyYeow and SirRu24 March 15, 2024 09:38
@SirRu24 SirRu24 merged commit 63962df into main Mar 22, 2024
1 check passed
@xshuqun xshuqun deleted the fix_long_commissioning_issue branch June 17, 2024 09:50
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.

2 participants