Searched defs:WiFiInterface (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/apmanager/
H A Ddevice.h40 struct WiFiInterface { struct in class:apmanager::Device
41 WiFiInterface() : iface_index(0), iface_type(0) {} function in struct:apmanager::Device::WiFiInterface
42 WiFiInterface(const std::string& in_iface_name, function in struct:apmanager::Device::WiFiInterface
54 bool Equals(const WiFiInterface& other) const {
74 virtual void RegisterInterface(const WiFiInterface& interface);
75 virtual void DeregisterInterface(const WiFiInterface& interface);
127 std::vector<WiFiInterface> interface_list_;

Completed in 56 milliseconds