diff options
Diffstat (limited to 'wpa_supplicant/android.config')
-rw-r--r-- | wpa_supplicant/android.config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 283f8eb0a995..5ae3808fb663 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -542,4 +542,19 @@ CONFIG_WIFI_DISPLAY=y # be completely removed in a future release. CONFIG_WEP=y +# Disable support for Radio Measurement (IEEE 802.11k) and supported operating +# class indication. Removing these is not recommended since they can help the +# AP manage the network and STA steering. +#CONFIG_NO_RRM=y + +# Disable support for Robust AV streaming for consumer and enterprise Wi-Fi +# applications; IEEE Std 802.11-2020, 4.3.24; SCS, MSCS, QoS Management +#CONFIG_NO_ROBUST_AV=y + +# Disable support for WMM admission control +#CONFIG_NO_WMM_AC=y + +# Wi-Fi Aware unsynchronized service discovery (NAN USD) +#CONFIG_NAN_USD=y + include $(wildcard $(LOCAL_PATH)/android_config_*.inc) |