luci/modules/luci-mod-admin-full/luasrc/view/admin_network
Jo-Philipp Wich 9b4efaefa1 luci-mod-admin-full: use incremental background scanning for wireless join
The previous approach of synchroneously scanning while building the result
page was suboptimal since it frequently led to connection resets when
accessing LuCI via wireless.

It also exhibited problems when accessed via SSL on recent Firefox versions
where the page were only loaded partially.

Rework the wireless scanning to gather scan results in a background process
and put them into the ubus session data area where they can be readily
accessed without causing network interruptions.

Subsequently rebuild the wireless join page to use XHR polling to
incrementally fetch updated scan results.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-18 14:43:27 +02:00
..
diagnostics.htm treewide: always include cbi.js 2018-07-09 11:51:43 +02:00
iface_overview_status.htm luci-mod-admin-full: improve interface overview display 2018-07-15 16:23:19 +02:00
iface_status.htm luci-mod-admin-full: cleanup markup 2018-06-23 18:01:39 +02:00
lease_status.htm luci-mod-admin-full: unify DHCP lease status code 2018-06-28 09:42:17 +02:00
switch_status.htm luci-mod-admin-full: properly remap ports in switch status display 2018-06-26 19:51:36 +02:00
wifi_assoclist.htm luci-mod-admin-full: unify DHCP lease status code 2018-06-28 09:42:17 +02:00
wifi_join.htm luci-mod-admin-full: use incremental background scanning for wireless join 2018-07-18 14:43:27 +02:00
wifi_overview_status.htm luci-mod-admin-full: properly reset internal device form field 2018-07-18 12:05:05 +02:00
wifi_status.htm luci-mod-admin-full: differentiate between disabled and not associated wireless 2018-07-13 14:08:38 +02:00