Searched refs:getChipModesForPrimary (Results 1 – 2 of 2) sorted by relevance
47 std::vector<IWifiChip::ChipMode> getChipModesForPrimary();
200 std::vector<IWifiChip::ChipMode> WifiFeatureFlags::getChipModesForPrimary() { in getChipModesForPrimary() function in aidl::android::hardware::wifi::feature_flags::WifiFeatureFlags222 return (is_primary) ? getChipModesForPrimary() : kChipModesSecondary; in getChipModes()