Lines Matching refs:staIfaces_
89 InvalidateAndClearStaIface(staIfaces_);
127 if (staIfaces_.size() > 0) return staIfaces_[0]->GetName();
204 InvalidateAndClearStaIface(staIfaces_);
258 iface_counts[IfaceType::STA] = staIfaces_.size();
395 if (FindStaUsingName(staIfaces_, ifname)) {
610 staIfaces_.push_back(ifa);
623 if (staIfaces_.empty()) {
626 ifnames = GetStaNames(staIfaces_);
632 iface = FindStaUsingName(staIfaces_, ifname);
641 const auto iface = FindStaUsingName(staIfaces_, ifname);
652 staIfaces_.erase(std::remove(staIfaces_.begin(), staIfaces_.end(), iface), staIfaces_.end());