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

[BUG] chip-tool pairing ble-wifi command is failing in bridge-app #23987

Closed
TE-N-ElvenWang opened this issue Dec 9, 2022 · 0 comments · Fixed by #24087
Closed

[BUG] chip-tool pairing ble-wifi command is failing in bridge-app #23987

TE-N-ElvenWang opened this issue Dec 9, 2022 · 0 comments · Fixed by #24087
Labels

Comments

@TE-N-ElvenWang
Copy link
Contributor

Reproduction steps

1.build bridge-app for Linux platform
2. use ble-wifi pairing by:
./chip-tool pairing ble-wifi 1 ImxRouter 1234567890 20202021 3840 --trace_decode 1
3. Will see the error report:
[1669942116.206270][884:891] CHIP:CTL: Parameters supplied: wifi (yes) thread (no)
[1669942116.206288][884:891] CHIP:CTL: Device supports: wifi (no) thread(yes)

And this issue is same with lighting-app on linux on #15261

Bug prevalence

whatever I do this.

GitHub hash of the SDK that was being used

v1.0

Platform

IMX8

Platform Version(s)

On all Linux platforms

Anything else?

#16222 fixed the Linux part, but Darwin part still need similar same work.

bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this issue Dec 15, 2022
* Make it work on Darwin.
* Pay attention to the wifi/thread command-line flags.
* Ensure we always have a sane network commissioning cluster set up
  (falling back to the Ethernet one if nothing else is enabled).

Fixes project-chip#23987
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this issue Dec 15, 2022
* Make it work on Darwin.
* Pay attention to the wifi/thread command-line flags.
* Ensure we always have a sane network commissioning cluster set up
  (falling back to the Ethernet one if nothing else is enabled).

Fixes project-chip#23987
bzbarsky-apple added a commit that referenced this issue Dec 22, 2022
* Make it work on Darwin.
* Pay attention to the wifi/thread command-line flags.
* Ensure we always have a sane network commissioning cluster set up
  (falling back to the Ethernet one if nothing else is enabled).

Fixes #23987
kkasperczyk-no pushed a commit to kkasperczyk-no/sdk-connectedhomeip that referenced this issue Mar 15, 2023
* Make it work on Darwin.
* Pay attention to the wifi/thread command-line flags.
* Ensure we always have a sane network commissioning cluster set up
  (falling back to the Ethernet one if nothing else is enabled).

Fixes project-chip/connectedhomeip#23987
kkasperczyk-no pushed a commit to kkasperczyk-no/sdk-connectedhomeip that referenced this issue Mar 15, 2023
* Make it work on Darwin.
* Pay attention to the wifi/thread command-line flags.
* Ensure we always have a sane network commissioning cluster set up
  (falling back to the Ethernet one if nothing else is enabled).

Fixes project-chip/connectedhomeip#23987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants