Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h156 unsigned long scan_start_time; /* used to evaluate the time spent in scanning */ member
/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h936 unsigned long scan_start_time; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c582 pmlmepriv->scan_start_time = jiffies; in rtw_sitesurvey_cmd()
H A Drtw_mlme.c1613 && jiffies_to_msecs(jiffies - pmlmepriv->scan_start_time) > pmlmepriv->auto_scan_int_ms) { in rtw_auto_scan_handler()