Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.cpp338 : global_handle_(nullptr), in WifiLegacyHal()
361 CHECK(global_func_table_.wifi_initialize && !global_handle_ && in start()
380 status = global_func_table_.wifi_initialize(&global_handle_); in start()
381 if (status != WIFI_SUCCESS || !global_handle_) { in start()
407 CHECK_EQ(global_handle_, handle) << "Handle mismatch"; in stop()
417 global_func_table_.wifi_cleanup(global_handle_, onAsyncStopComplete); in stop()
1280 global_func_table_.wifi_nan_get_version(global_handle_, &version); in nanGetVersion()
1347 global_handle_, &num_iface_handles, &iface_handles); in retrieveIfaceHandles()
1381 global_func_table_.wifi_event_loop(global_handle_); in runEventLoop()
1419 global_handle_ = nullptr; in invalidate()
Dwifi_legacy_hal.h385 wifi_handle global_handle_; variable