Searched refs:wifi_thread (Results 1 – 1 of 1) sorted by relevance
1497 pthread_t wifi_thread; in nwamd_wlan_scan() local1508 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() local1731 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() local1825 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()