Home
last modified time | relevance | path

Searched refs:g_wpaThread (Results 1 - 1 of 1) sorted by relevance

/applications/sample/camera/communication/wpa_supplicant/src/
H A Dwpa_sample.c21 pthread_t g_wpaThread; variable
63 int ret = pthread_create(&g_wpaThread, NULL, ThreadMain, NULL); in main()
68 pthread_join(g_wpaThread, NULL); in main()

Completed in 1 milliseconds