Merge branch 'master' into wifi_manager_scan
authordavidfather <seongil.hahm@gmail.com>
Wed, 13 Sep 2017 00:53:18 +0000 (09:53 +0900)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 00:53:18 +0000 (09:53 +0900)
1  2 
apps/examples/testcase/ta_tc/wifi_manager/utc/utc_wifi_manager_main.c

@@@ -386,10 -329,7 +386,10 @@@ int wifi_manager_utc(int argc, FAR cha
        utc_wifi_manager_deinit_p();
        utc_wifi_manager_deinit_n(); // Should be run after positive tc, that is, the second deinit gets failed.
  
 -      printf("\n=== TINYARA WIFI_MANAGER TC COMPLETE ===\n");
 +      utc_wifi_manager_scan_ap_n(); // Get failed becasue there is no callback hander for scan results
 +      utc_wifi_manager_scan_ap_p(); // Reinitialized wifi manager with the callback hander for scan results
 +
-       printf("\n=== TINYARA WIFI_MANAGER TC COMPLETE ===\n");
++  printf("\n=== TINYARA WIFI_MANAGER TC COMPLETE ===\n");
        printf("\t\tTotal pass : %d\n\t\tTotal fail : %d\n", total_pass, total_fail);
  
        working_tc--;