Searched defs:WifiLegacyHal (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/wifi/1.0/default/
H A Dwifi_legacy_hal.h139 class WifiLegacyHal { class in namespace:android::hardware::wifi::V1_0::implementation::legacy_hal
141 WifiLegacyHal();
H A Dwifi_legacy_hal.cpp315 WifiLegacyHal::WifiLegacyHal() function in class:android::hardware::wifi::V1_0::implementation::legacy_hal::WifiLegacyHal
321 wifi_error WifiLegacyHal::initialize() {
336 wifi_error WifiLegacyHal::start() {
354 std::thread(&WifiLegacyHal::runEventLoop, this).detach();
365 wifi_error WifiLegacyHal::stop(
389 std::string WifiLegacyHal::getApIfaceName() {
395 std::string WifiLegacyHal::getNanIfaceName() {
401 std::string WifiLegacyHal::getP2pIfaceName() {
407 std::string WifiLegacyHal
[all...]

Completed in 96 milliseconds