Home
last modified time | relevance | path

Searched refs:rtw_get_on_cur_ch_time (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h492 unsigned long rtw_get_on_cur_ch_time(struct adapter *adapter);
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c2125 if (rtw_get_on_cur_ch_time(adapter) == 0 || in rtw_signal_stat_timer_hdl()
2126 …jiffies_to_msecs(jiffies - rtw_get_on_cur_ch_time(adapter)) < 2 * adapter->mlmeextpriv.mlmext_info… in rtw_signal_stat_timer_hdl()
H A Drtw_wlan_util.c328 inline unsigned long rtw_get_on_cur_ch_time(struct adapter *adapter) in rtw_get_on_cur_ch_time() function