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

wifiConnections() should list secondary connections #906

Open
priyankasrs opened this issue Apr 18, 2024 · 0 comments
Open

wifiConnections() should list secondary connections #906

priyankasrs opened this issue Apr 18, 2024 · 0 comments

Comments

@priyankasrs
Copy link

Describe the bug
The way I'm expecting the wifiConnections() to work is equivalent to the netsh wlan show interfaces command on the windows cmd line. The command shows both wifi connections directly connected to the system (Wi-Fi 1) and the one connected via a Wifi dongle(secondary connection named as Wi-Fi 2). The function call on the other hand only displays the primary connection (under Wi-Fi 1).

To Reproduce
Steps to reproduce the behavior:

  1. Use netsh wlan show interfaces to show all connections
  2. Use wifiConnections() to show only the primary connection under Wi-Fi 1

Environment (please complete the following information):

  • systeminformation package version: 5.22.7
  • OS: Windows 10 Enterprise
  • Hardware ThinkPad P15 Gen 21

To get all needed environment information, please run the following command:

  npx systeminformation info

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant