Searched refs:getWlanIfaceNameWithType (Results 1 – 2 of 2) sorted by relevance
304 std::string getWlanIfaceNameWithType(IfaceType type, unsigned idx);
1906 return getWlanIfaceNameWithType(IfaceType::STA, 0); in getFirstActiveWlanIfaceName()1915 const auto ifname = getWlanIfaceNameWithType(type, idx); in allocateApOrStaIfaceName()2008 std::string WifiChip::getWlanIfaceNameWithType(IfaceType type, unsigned idx) { in getWlanIfaceNameWithType() function in android::hardware::wifi::V1_5::implementation::WifiChip