Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.cpp90 const char* altPropName = (idx == 0) ? "wifi.interface" : "wifi.concurrent.interface"; in getWlanIfaceName() local
91 auto res = property_get(altPropName, buffer.data(), nullptr); in getWlanIfaceName()