Searched defs:wifi_thread (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c1497 pthread_t wifi_thread; local
1508 if (pthread_create(&wifi_thread, NULL, wlan_scan_thread,
1515 (void) pthread_detach(wifi_thread);
1720 pthread_t wifi_thread; local
1731 if (pthread_create(&wifi_thread, NULL, wlan_connect_thread, link) != 0)
1735 (void) pthread_detach(wifi_thread);
1814 pthread_t wifi_thread; local
1825 if (pthread_create(&wifi_thread, NULL, wlan_monitor_signal_thread,
1834 (void) pthread_detach(wifi_thread);

Completed in 75 milliseconds