Home
last modified time | relevance | path

Searched refs:getWlanIfaceNameWithType (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_chip.h304 std::string getWlanIfaceNameWithType(IfaceType type, unsigned idx);
H A Dwifi_chip.cpp1906 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