OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_manufacturer
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/wifi/
wifi_endpoint.h
55
std::string
wps_manufacturer
;
member in struct:shill::WiFiEndpoint::VendorInformation
wifi_endpoint_unittest.cc
427
EXPECT_EQ("", vendor_information.
wps_manufacturer
);
455
EXPECT_EQ("", vendor_information.
wps_manufacturer
);
488
EXPECT_EQ("", vendor_information.
wps_manufacturer
);
507
EXPECT_EQ(kManufacturer, vendor_information.
wps_manufacturer
);
537
EXPECT_EQ("", vendor_information.
wps_manufacturer
);
[
all
...]
wifi_endpoint.cc
150
if (!vendor_information_.
wps_manufacturer
.empty()) {
152
vendor_information_.
wps_manufacturer
;
588
vendor_information->
wps_manufacturer
= s;
Completed in 48 milliseconds