Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dantenna.c707 if (time_after(jiffies, antcomb->scan_start_time + in ath_ant_short_scan_check()
843 antcomb->scan_start_time = jiffies; in ath_ant_comb_scan()
Dath9k.h942 unsigned long scan_start_time; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme.h373 unsigned long scan_start_time; /* used to evaluate the time spent in scanning */ member
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c661 pmlmepriv->scan_start_time = jiffies; in rtw_sitesurvey_cmd()
Drtw_mlme.c1908 && jiffies_to_msecs(jiffies - pmlmepriv->scan_start_time) > pmlmepriv->auto_scan_int_ms) { in rtw_auto_scan_handler()
Drtw_mlme_ext.c4315 , jiffies_to_msecs(jiffies - padapter->mlmepriv.scan_start_time) in site_survey()