UNPKG

win-wifi

Version:

Scan, connect, and disconnect wifi network in Windows 10.

8 lines (6 loc) 164 B
var ret, deasync = require('./index.js'); setTimeout(function () { ret = 'pass'; }, 100); while(ret === undefined) deasync.sleep(10); process.stdout.write(ret);