[OpenWrt-Devel] iwinfo lua scanlist issue

2015-06-29 Thread Peter Uithoven
else > logger("found 'iwinfo." .. deviceID .. "' interface") > end > > logger("calling scanlist") > local scanList = wifiDevice.scanlist(deviceName) > logger("scanlist completed") > logger("scanlist:") > for _,sn in ipairs

[OpenWrt-Devel] Fwd: iwinfo lua scanlist issue

2015-06-29 Thread Peter Uithoven
-- Forwarded message -- From: Peter Uithoven Date: Mon, Jun 29, 2015 at 12:38 PM Subject: Re: [OpenWrt-Devel] iwinfo lua scanlist issue To: Bastian Bittorf Hi Bastian, On Mon, Jun 29, 2015 at 12:03 PM, Bastian Bittorf wrote: > * Peter Uithoven [29.06.2015 11:46]: >

Re: [OpenWrt-Devel] iwinfo lua scanlist issue

2015-06-29 Thread Peter Uithoven
Should we maybe switch to using iwinfo though ubus in our Lua code? Can we use that to scan for networks? Could that be a more robust solution? http://wiki.openwrt.org/doc/techref/ubus#lua_module_for_ubus https://forum.openwrt.org/viewtopic.php?id=57554 If I understand the following two pages corr

Re: [OpenWrt-Devel] Fwd: iwinfo lua scanlist issue

2015-06-29 Thread Peter Uithoven
On Mon, Jun 29, 2015 at 1:35 PM, Bastian Bittorf wrote: > * Peter Uithoven [29.06.2015 13:20]: > > We do a little bit of our own wifi config. We try to find (using > scanlist) > > known wifi networks and connect to them, when non appropriate are found > we > > creat