xiaoxiang781216 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826530912
########## File path: wireless/wapi/src/wireless.c ########## @@ -329,6 +330,7 @@ static int wapi_scan_event(FAR struct iw_event *event, /* Reset it. */ bzero(temp, sizeof(struct wapi_scan_info_s)); + temp->encode = 0xffff; Review comment: if we have has_encode flag, why need change the default value of enocde to 0xffff? -- 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