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