Searched refs:phy_name (Results 1 – 5 of 5) sorted by relevance
78 void Mac80211Monitor::Start(const string& phy_name) { in Start() argument79 SLOG(this, 2) << __func__ << " on " << link_name_ << " (" << phy_name << ")"; in Start()81 phy_name_ = phy_name; in Start()83 base::StringPrintf(kQueueStatusPathFormat, phy_name.c_str())); in Start()85 base::StringPrintf(kWakeQueuesPathFormat, phy_name.c_str())); in Start()
37 MOCK_METHOD1(Start, void(const std::string& phy_name));
59 virtual void Start(const std::string& phy_name);
150 void StartMonitor(const string& phy_name) { in StartMonitor() argument155 mac80211_monitor_.Start(phy_name); in StartMonitor()
95 scoped_refptr<Device> GetDevice(const std::string& phy_name);