Home
last modified time | relevance | path

Searched refs:sta_ifaces_ (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.cpp619 invalidateAndClearAll(sta_ifaces_); in invalidateAndRemoveAllIfaces()
1072 sta_ifaces_.push_back(iface); in createStaIfaceInternal()
1083 if (sta_ifaces_.empty()) { in getStaIfaceNamesInternal()
1086 return {getNames(sta_ifaces_), ndk::ScopedAStatus::ok()}; in getStaIfaceNamesInternal()
1091 const auto iface = findUsingName(sta_ifaces_, ifname); in getStaIfaceInternal()
1099 const auto iface = findUsingName(sta_ifaces_, ifname); in removeStaIfaceInternal()
1110 invalidateAndClear(sta_ifaces_, iface); in removeStaIfaceInternal()
1122 if (sta_ifaces_.size() == 0 && in createRttControllerInternal()
1553 iface_counts[IfaceConcurrencyType::STA] = sta_ifaces_.size(); in getCurrentConcurrencyCombination()
1721 if (sta_ifaces_.size() > 0) return sta_ifaces_[0]->getName(); in getFirstActiveWlanIfaceName()
[all …]
Dwifi_chip.h284 std::vector<std::shared_ptr<WifiStaIface>> sta_ifaces_; variable