Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp628 invalidateAndClearAll(sta_ifaces_); in invalidateAndRemoveAllIfaces()
957 sta_ifaces_.push_back(iface); in createStaIfaceInternal()
969 if (sta_ifaces_.empty()) { in getStaIfaceNamesInternal()
972 return {createWifiStatus(WifiStatusCode::SUCCESS), getNames(sta_ifaces_)}; in getStaIfaceNamesInternal()
977 const auto iface = findUsingName(sta_ifaces_, ifname); in getStaIfaceInternal()
985 const auto iface = findUsingName(sta_ifaces_, ifname); in removeStaIfaceInternal()
991 invalidateAndClear(sta_ifaces_, iface); in removeStaIfaceInternal()
1003 if (sta_ifaces_.size() == 0 && in createRttControllerInternal()
1308 iface_counts[IfaceType::STA] = sta_ifaces_.size(); in getCurrentIfaceCombination()
1474 if (sta_ifaces_.size() > 0) return sta_ifaces_[0]->getName(); in getFirstActiveWlanIfaceName()
[all …]
Dwifi_chip.h258 std::vector<sp<WifiStaIface>> sta_ifaces_; variable