Home
last modified time | relevance | path

Searched refs:_rtw_scan_timeout_handler (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_mlme.h437 extern void _rtw_scan_timeout_handler(struct timer_list *t);
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme.c197 static void _rtw_scan_timeout_handler(struct timer_list *t) in _rtw_scan_timeout_handler() function
217 timer_setup(&pmlmepriv->scan_to_timer, _rtw_scan_timeout_handler, 0); in rtw_init_mlme_timer()