node-wifi
node-wifi copied to clipboard
Send fake Mac address when connecting to a network
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
- [+ ] node API
- [+ ] cli
node-wifi is using netsh command for windows. Do you know which netsh parameter to use for this feature?