node-wifi icon indicating copy to clipboard operation
node-wifi copied to clipboard

Send fake Mac address when connecting to a network

Open Proxtx opened this issue 4 years ago • 1 comments

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

Proxtx avatar Oct 31 '21 09:10 Proxtx

node-wifi is using netsh command for windows. Do you know which netsh parameter to use for this feature?

friedrith avatar Nov 02 '21 13:11 friedrith