Searched refs:current_mode_id_ (Results 1 – 2 of 2) sorted by relevance
326 current_mode_id_(feature_flags::chip_mode_ids::kInvalid), in WifiChip()708 if (mode_id == current_mode_id_) { in configureChipInternal()727 current_mode_id_ = mode_id; in configureChipInternal()734 if (!isValidModeId(current_mode_id_)) { in getModeInternal()736 current_mode_id_}; in getModeInternal()738 return {createWifiStatus(WifiStatusCode::SUCCESS), current_mode_id_}; in getModeInternal()1168 if (isValidModeId(current_mode_id_)) { in handleChipConfiguration()1169 LOG(INFO) << "Reconfiguring chip from mode " << current_mode_id_ in handleChipConfiguration()1288 if (!isValidModeId(current_mode_id_)) { in getCurrentModeIfaceCombinations()1293 if (mode.id == current_mode_id_) { in getCurrentModeIfaceCombinations()[all …]
263 uint32_t current_mode_id_; variable