Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
H A Dath9k.h936 unsigned long scan_start_time; member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h323 unsigned long scan_start_time; /* used to evaluate the time spent in scanning */ member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c584 pmlmepriv->scan_start_time = jiffies; in rtw_sitesurvey_cmd()
H A Drtw_mlme.c1616 && jiffies_to_msecs(jiffies - pmlmepriv->scan_start_time) > pmlmepriv->auto_scan_int_ms) { in rtw_auto_scan_handler()