Searched refs:asc_scan_timer (Results 1 – 2 of 2) sorted by relevance
1251 asc->asc_scan_timer = 0; in ath_next_scan()1253 asc->asc_scan_timer = timeout(ath_next_scan, (void *)asc, in ath_next_scan()1264 while ((asc->asc_scan_timer != 0) && (tmp_id != asc->asc_scan_timer)) { in ath_stop_scantimer()1265 tmp_id = asc->asc_scan_timer; in ath_stop_scantimer()1268 asc->asc_scan_timer = 0; in ath_stop_scantimer()1363 ASSERT(asc->asc_scan_timer == 0); in ath_newstate()1364 asc->asc_scan_timer = timeout(ath_next_scan, (void *)asc, in ath_newstate()
320 timeout_id_t asc_scan_timer; member