Home
last modified time | relevance | path

Searched refs:wifi_thread (Results 1 – 1 of 1) sorted by relevance

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