Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
747146e
Fix bug about getwifiinterface when the language of cmd is not english
ben60523 Nov 27, 2019
82a2a4d
Connect Wifi using usb wifi dongle
ben60523 Dec 2, 2019
e001e55
Detect Wi-Fi dongle by driver name
ben60523 Dec 12, 2019
2b85038
Fix error about getting adaptname
ben60523 Dec 12, 2019
72ebfa8
Fix bug about resetting wifi
ben60523 Dec 12, 2019
232ed99
Support multi dongle
ben60523 Dec 13, 2019
a34a723
Show all wifi states including usb adapter
ben60523 Dec 16, 2019
1113f86
Fix bug about reseting wifi adapter
ben60523 Dec 16, 2019
4a77593
Update test.js
ben60523 Dec 17, 2019
4f38e1d
Get wifi driver name
ben60523 Jan 3, 2020
897bf4c
Fix question marks in adapter names
watson-yu Jan 17, 2020
14d7b40
Merge pull request #1 from watson-yu/master
ben60523 Jan 17, 2020
9aaa86b
Comment log
ben60523 Feb 7, 2020
8477f55
Create connection profile if the directory is not writable
ben60523 Feb 19, 2020
ea819e6
Fix bug about deleting profile
ben60523 Feb 19, 2020
1d76800
Hide unnecessary information
ben60523 Feb 19, 2020
d6eac7d
Fix bug about deleting profile
ben60523 Mar 28, 2020
05494eb
Fix for darwin, change getIfaceState to return array
watson-yu Apr 13, 2020
200ab82
Merge pull request #2 from faspro-dev/master
ben60523 Apr 13, 2020
bd7c6e8
Get guid
ben60523 Apr 20, 2020
2ae84fd
Merge branch 'master' of https://github.com/ben60523/wifi-control-node
ben60523 Apr 20, 2020
075a745
WIP: Connect wi-fi with usb adapter
Apr 23, 2020
4aad88b
Connect device with native adapter of PC
Apr 24, 2020
d98df0e
Fix typo error
Apr 24, 2020
dc0c29b
Fix typo error
Apr 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
package-lock.json
package.json

test/*
.vs*
66 changes: 52 additions & 14 deletions lib/darwin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 31 additions & 27 deletions lib/wifi-control.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading