HomeSort by relevance Sort by last modified time
    Searched defs:ParseIEs (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 179 bool ParseIEs(const KeyValueStore& properties,
183 return WiFiEndpoint::ParseIEs(properties, phy_mode, vendor_information,
331 TEST_F(WiFiEndpointTest, ParseIEs) {
336 EXPECT_FALSE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode,
345 EXPECT_TRUE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode,
354 EXPECT_TRUE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode,
363 EXPECT_TRUE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode,
373 EXPECT_TRUE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode,
382 EXPECT_TRUE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode,
391 EXPECT_TRUE(ParseIEs(MakeBSSPropertiesWithIEs(ies), &phy_mode
    [all...]
wifi_endpoint.cc 71 if (!ParseIEs(properties, &phy_mode, &vendor_information_,
411 bool WiFiEndpoint::ParseIEs(

Completed in 402 milliseconds