HomeSort by relevance Sort by last modified time
    Searched refs:ParseIEs (Results 1 - 3 of 3) 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.h 172 static bool ParseIEs(const KeyValueStore& properties,
wifi_endpoint.cc 71 if (!ParseIEs(properties, &phy_mode, &vendor_information_,
411 bool WiFiEndpoint::ParseIEs(

Completed in 336 milliseconds