on http://www.nodemcu.com/docs/wifi-module/#wifi-module-wifi-startsmart, I see code snippet:
wifi.startsmart(6, function()
print("Auto config success!")
end)
But what else is needed to make it work?
it seems related to wifi sniffer mode, but I can't find any documentation or example.