Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_test/
H A Dwpa_sample.c12 pthread_t g_wpaThread; variable
30 int ret = pthread_create(&g_wpaThread, NULL, ThreadMain, NULL); in main()
35 pthread_join(g_wpaThread, NULL); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_test/
H A Dwpa_sample.c12 pthread_t g_wpaThread; variable
30 int ret = pthread_create(&g_wpaThread, NULL, ThreadMain, NULL); in main()
35 pthread_join(g_wpaThread, NULL); in main()

Completed in 1 milliseconds