Searched refs:req_iface_combo (Results 1 – 1 of 1) sorted by relevance
1444 std::map<IfaceType, size_t> req_iface_combo; in canCurrentModeSupportIfaceOfType() local1445 req_iface_combo[requested_type] = 1; in canCurrentModeSupportIfaceOfType()1446 return canCurrentModeSupportIfaceCombo(req_iface_combo); in canCurrentModeSupportIfaceOfType()1460 std::map<IfaceType, size_t> req_iface_combo; in isStaApConcurrencyAllowedInCurrentMode() local1461 req_iface_combo[IfaceType::AP] = 1; in isStaApConcurrencyAllowedInCurrentMode()1462 req_iface_combo[IfaceType::STA] = 1; in isStaApConcurrencyAllowedInCurrentMode()1463 return canCurrentModeSupportIfaceCombo(req_iface_combo); in isStaApConcurrencyAllowedInCurrentMode()1468 std::map<IfaceType, size_t> req_iface_combo; in isDualApAllowedInCurrentMode() local1469 req_iface_combo[IfaceType::AP] = 2; in isDualApAllowedInCurrentMode()1470 return canCurrentModeSupportIfaceCombo(req_iface_combo); in isDualApAllowedInCurrentMode()