Searched refs:currentModeId_ (Results 1 – 2 of 2) sorted by relevance
69 currentModeId_(chip_mode_ids::K_INVALID), in WifiChip()161 if (!IsValidModeId(currentModeId_)) { in GetCurrentMode()164 modeId = currentModeId_; in GetCurrentMode()173 if (modeId == currentModeId_) { in SetChipMode()181 currentModeId_ = modeId; in SetChipMode()191 if (IsValidModeId(currentModeId_)) { in HandleChipConfiguration()192 … HDF_LOGI("Reconfiguring chip from mode %{public}d to mode %{public}d", currentModeId_, modeId); in HandleChipConfiguration()254 if (!IsValidModeId(currentModeId_)) { in GetCurrentCombinations()262 if (mode.modeId == currentModeId_) { in GetCurrentCombinations()290 if (!IsValidModeId(currentModeId_)) { in CanSupportIfaceType()[all …]
100 uint32_t currentModeId_; variable