HomeSort by relevance Sort by last modified time
    Searched refs:wps_device_name (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/wifi/
wifi_endpoint.h 58 std::string wps_device_name; member in struct:shill::WiFiEndpoint::VendorInformation
wifi_endpoint.cc 162 if (!vendor_information_.wps_device_name.empty()) {
164 vendor_information_.wps_device_name;
597 vendor_information->wps_device_name = s;
wifi_endpoint_unittest.cc 430 EXPECT_EQ("", vendor_information.wps_device_name);
458 EXPECT_EQ("", vendor_information.wps_device_name);
510 EXPECT_EQ(kDeviceName, vendor_information.wps_device_name);
    [all...]

Completed in 1578 milliseconds