zhhyu7 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826547453
########## 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: #define IW_ENCODE_ENABLED 0x0000 /* Encoding enabled */ Avoid confusion with existing definitions. -- 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