Searched refs:bRoam (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b1Ant.c | 2279 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b1ant_ActionWifiConnected() local 2301 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in halbtc8723b1ant_ActionWifiConnected() 2302 if (bScan || bLink || bRoam) { in halbtc8723b1ant_ActionWifiConnected() 2569 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b1ant_RunCoexistMechanism() local 2575 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in halbtc8723b1ant_RunCoexistMechanism() 2577 if (bScan || bLink || bRoam) { in halbtc8723b1ant_RunCoexistMechanism() 2738 bool bRoam = false; in EXhalbtc8723b1ant_DisplayCoexInfo() local 2854 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in EXhalbtc8723b1ant_DisplayCoexInfo() 2859 bLink, bRoam, bScan, ((pCoexSta->bWiFiIsHighPriTask) ? "1" : "0") in EXhalbtc8723b1ant_DisplayCoexInfo()
|
D | HalBtc8723b2Ant.c | 2188 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b2ant_TdmaDurationAdjust() local 2201 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in halbtc8723b2ant_TdmaDurationAdjust() 2203 if (!bScan && !bLink && !bRoam) in halbtc8723b2ant_TdmaDurationAdjust() 3057 bool bRoam = false, bScan = false, bLink = false, bWifiUnder5G = false; in EXhalbtc8723b2ant_DisplayCoexInfo() local 3137 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in EXhalbtc8723b2ant_DisplayCoexInfo() 3143 bRoam, in EXhalbtc8723b2ant_DisplayCoexInfo()
|