HomeSort by relevance Sort by last modified time
    Searched refs:getStaIfaceName (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/wifi/1.1/default/
wifi_chip.cpp 682 std::string ifname = legacy_hal_.lock()->getStaIfaceName();
698 {legacy_hal_.lock()->getStaIfaceName()}};
703 if (!sta_iface_.get() || (ifname != legacy_hal_.lock()->getStaIfaceName())) {
710 if (!sta_iface_.get() || (ifname != legacy_hal_.lock()->getStaIfaceName())) {
    [all...]
wifi_legacy_hal.h 147 std::string getStaIfaceName();
wifi_legacy_hal.cpp 425 std::string WifiLegacyHal::getStaIfaceName() {
    [all...]

Completed in 65 milliseconds