From c2f2bbd92ac74a1882914a1717ffb9518f7956cc Mon Sep 17 00:00:00 2001 From: dnc40085 Date: Tue, 29 Dec 2015 04:41:08 -0800 Subject: [PATCH] Fix problem in wifi.sta.getap where invidual result is lost. --- app/modules/wifi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/wifi.c b/app/modules/wifi.c index 79af7c0b..a49ba4c4 100644 --- a/app/modules/wifi.c +++ b/app/modules/wifi.c @@ -97,7 +97,6 @@ static void wifi_scan_done(void *arg, STATUS status) if (status == OK) { struct bss_info *bss_link = (struct bss_info *)arg; - bss_link = bss_link->next.stqe_next;//ignore first lua_newtable( gL ); while (bss_link != NULL)