Searched refs:start_idx (Results 1 – 2 of 2) sorted by relevance
258 std::string allocateApOrStaIfaceName(uint32_t start_idx);
1580 std::string WifiChip::allocateApOrStaIfaceName(uint32_t start_idx) { in allocateApOrStaIfaceName() argument1581 for (unsigned idx = start_idx; idx < kMaxWlanIfaces; idx++) { in allocateApOrStaIfaceName()