I am using a Designated Driver based custom build of OpenWRT, and I trying to scan for a wireless network from LuCI while connected to the wireless adapter.
hardware: gateworks ventana board, DHXA-222 mini PCIe wireless card
When I run `iwtest wlan0 scan`, I am able to see the utility report all the wireless networks within range. However, the current network is then torn down when scan completes. This causes a problem when running the scan command from LuCI because the dynamic content is lost when the network connection is severed.
Questions:
1) Should I expect the wireless network to be lost when performing a scan?
2) If so, Lua supports writing to disk, so it seems that caching the scan content to disk may make the most sense, agreed? or is there a better way to address this within the LuCI framework?
Note when connecting to the wired network card, the page is served as expected. Unfortunately, this isn't an option for the final solution
TIA