Skip to content

fix: windows wifi scan issue fix for first network#138

Merged
friedrith merged 1 commit intofriedrith:masterfrom
geetanshjain:wifi-scan-windows
Oct 11, 2020
Merged

fix: windows wifi scan issue fix for first network#138
friedrith merged 1 commit intofriedrith:masterfrom
geetanshjain:wifi-scan-windows

Conversation

@geetanshjain
Copy link
Copy Markdown
Contributor

Description

While scanning for the networks in windows, initially there is a slicing from 5th index which leads to the omitting of first row depicting the ssid of the network.
Have changed the slicing from 4th index, so that all the network information be preserved and assigned correctly.

Motivation and Context

This change is required as to get the correct information of the first network been captured and utilized.
#137

Usage examples

How Has This Been Tested?

After the change, have tried to scan for the networks, and can see all the information for every network is been listed correctly.
Also tried to connect and disconnect with the selected network, which works as expected.

Types of changes

  • [x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactorization (non-functional change which improve code readibility)

@friedrith friedrith merged commit f6e878d into friedrith:master Oct 11, 2020
@friedrith
Copy link
Copy Markdown
Owner

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Repository owner locked and limited conversation to collaborators Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants