We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows has the option to send a random IP address when connecting to a network.... Please add the option to set a Mac address
wifi.connect({ssid: "wifi", password: "12536", clientMac: "22:39:27:37"});
The text was updated successfully, but these errors were encountered:
node-wifi is using netsh command for windows. Do you know which netsh parameter to use for this feature?
node-wifi
netsh
Sorry, something went wrong.
No branches or pull requests
Windows has the option to send a random IP address when connecting to a network.... Please add the option to set a Mac address
Expected Behavior
wifi.connect({ssid: "wifi", password: "12536", clientMac: "22:39:27:37"});
Affected features
The text was updated successfully, but these errors were encountered: