wifi.setmode(3)
wifi.setmode(wifi.STATION)
wifi.sta.config("myssid","mypassword")
So for some reason initially including the line wifi.setmode(3) then I guess over-writing with wifi.setmode(wifi.STATION) does not make a AP but achieves wifi disconnection stability, so I tried this on my 2 esp-12's this morning at 9am its now 4.30pm and I just logged in and there still connected, believe me that's the first time they have stayed connected longer than 10 minutes, now I cannot see any AP's other than my wifi so I assume there connected in STATION mode but with no disconnection issues, so let me know if i'am still creating some security problem, thanks. OBTW still using 0.9.2 firmware.