Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi.h372 static const uint32_t kDefaultWiphyIndex; variable
Dwifi.cc116 const uint32_t WiFi::kDefaultWiphyIndex = UINT32_MAX; member in shill::WiFi
181 wiphy_index_(kDefaultWiphyIndex),
Dwifi_unittest.cc4599 EXPECT_EQ(GetWiphyIndex(), WiFi::kDefaultWiphyIndex); in TEST_F()