Merge "Add config to skip state toggle off/on for Wi-Fi NAN"

This commit is contained in:
Sunil Ravi
2023-03-23 19:53:23 +00:00
committed by Gerrit Code Review

View File

@@ -74,4 +74,7 @@ ifdef WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION
endif
ifdef WIFI_AVOID_IFACE_RESET_MAC_CHANGE
$(call soong_config_set,wifi,avoid_iface_reset_mac_change,true)
endif
endif
ifdef WIFI_SKIP_STATE_TOGGLE_OFF_ON_FOR_NAN
$(call soong_config_set,wifi,wifi_skip_state_toggle_off_on_for_nan,true)
endif