Searched refs:activeHml (Results 1 – 2 of 2) sorted by relevance
272 … } else if ((powerInfo->activeHml == 1) && (powerInfo->passiveHml == 0) && (powerInfo->rawHml == 0) in HandleDetectWifiDirectApply()299 powerInfo.activeHml++; in DetectDisableWifiDirectApply()313 if (powerInfo.activeHml == 1) { in DetectDisableWifiDirectApply()316 …if (((powerInfo.activeHml == 0) || (powerInfo.passiveHml > 0) || (powerInfo.rawHml > 0)) && g_enab… in DetectDisableWifiDirectApply()321 powerInfo.activeHml, powerInfo.passiveHml, powerInfo.rawHml); in DetectDisableWifiDirectApply()341 powerInfo.activeHml = item->clientRef; in DetectEnableWifiDirectApply()355 if (powerInfo.activeHml > 1) { in DetectEnableWifiDirectApply()358 …if (((powerInfo.activeHml == 0) || (powerInfo.passiveHml > 0) || (powerInfo.rawHml > 0)) && g_enab… in DetectEnableWifiDirectApply()363 powerInfo.activeHml, powerInfo.passiveHml, powerInfo.rawHml); in DetectEnableWifiDirectApply()
40 uint32_t activeHml; member