Home
last modified time | relevance | path

Searched refs:wps_device_name (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_endpoint.cc162 if (!vendor_information_.wps_device_name.empty()) { in GetVendorInformation()
164 vendor_information_.wps_device_name; in GetVendorInformation()
597 vendor_information->wps_device_name = s; in ParseVendorIE()
Dwifi_endpoint.h58 std::string wps_device_name; member
Dwifi_endpoint_unittest.cc430 EXPECT_EQ("", vendor_information.wps_device_name); in TEST_F()
458 EXPECT_EQ("", vendor_information.wps_device_name); in TEST_F()
510 EXPECT_EQ(kDeviceName, vendor_information.wps_device_name); in TEST_F()