Searched refs:global_handle_ (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_legacy_hal.cpp | 535 global_handle_(nullptr), in WifiLegacyHal() 550 CHECK(global_func_table_.wifi_initialize && !global_handle_ && iface_name_to_handle_.empty() && in start() 573 status = global_func_table_.wifi_initialize(&global_handle_); in start() 574 if (status != WIFI_SUCCESS || !global_handle_) { in start() 600 CHECK_EQ(global_handle_, handle) << "Handle mismatch"; in stop() 610 global_func_table_.wifi_cleanup(global_handle_, onAsyncStopComplete); in stop() 683 global_handle_, &chip_set); /* ignore error, chip_set will stay 0 */ in getSupportedFeatureSet() 1108 return global_func_table_.wifi_set_thermal_mitigation_mode(global_handle_, mode, in setThermalMitigationMode() 1114 return global_func_table_.wifi_map_dscp_access_category(global_handle_, start, end, in setDscpToAccessCategoryMapping() 1119 return global_func_table_.wifi_reset_dscp_mapping(global_handle_); in resetDscpToAccessCategoryMapping() [all …]
|
D | wifi_legacy_hal.h | 866 wifi_handle global_handle_; variable
|