Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c488 ieee->be_scan_inprogress = true; in rtllib_softmac_scan_syncro()
545 ieee->be_scan_inprogress = false; in rtllib_softmac_scan_syncro()
682 return ieee->be_scan_inprogress; in rtllib_act_scanning()
684 return ieee->actscanning || ieee->be_scan_inprogress; in rtllib_act_scanning()
H A Drtllib.h1378 bool be_scan_inprogress; member
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c801 priv->rtllib->be_scan_inprogress = false; in _rtl92e_init_priv_variable()