zhhyu7 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826528208
########## File path: wireless/wapi/src/wapi.c ########## @@ -708,14 +708,18 @@ static int wapi_scan_results_cmd(int sock, int argc, FAR char **argv) /* Print found aps */ - printf("bssid / frequency / signal level / ssid\n"); - for (info = list.head.scan; info; info = info->next) + printf("bssid / frequency / signal level / encode / ssid\n"); + info = list.head.scan; + if (info) Review comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org