Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal.cpp533 feature_set set = 0, chip_set = 0; in getSupportedFeatureSet() local
541 global_handle_, &chip_set); /* ignore error, chip_set will stay 0 */ in getSupportedFeatureSet()
547 return {status, static_cast<uint64_t>(set | chip_set)}; in getSupportedFeatureSet()