Bug: Netremote CLI prints incorrect success message for set-ssid

Open Beginner friendly
#313 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
62/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
cpp
Domain
cli, networking

Research direction

Start at the netremote-cli wifi set-ssid command and trace how its success message receives the AP ID and SSID arguments. Reproduce with sudo netremote-cli wifi set-ssid wlo1 netremote2-ap-wlo1, then verify that the output names netremote2-ap-wlo1 as the SSID and wlo1 as the access point.

Written by the indexing model from the issue text.

Description

bug

Describe the bug
When setting the SSID of an AP via netremote CLI, the success message switches the AP ID and the SSID.

Steps To Reproduce
Run sudo netremote-cli wifi set-ssid wlo1 netremote2-ap-wlo1.

Expected behavior
Printed message should say: Successfully set SSID to 'netremote2-ap-wlo1' for wifi access point 'wlo1'.

Actual behavior
Printed message says: Successfully set SSID to 'wlo1' for wifi access point 'netremote2-ap-wlo1'.

Dominant language
C++
Stars
20
Forks
12
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/netremote

All issues in microsoft/netremote

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.