Add capability flag for 802.11r fast BSS transition
Not only isn't there a way to query this capability from the driver, but there may be valid reasons to disable this feature per-platform. Bug: 32607043 Change-Id: Iea23e430efc61ffe0f6b68502c89a14bdcd318bb Test: Compile
This commit is contained in:
committed by
Roshan Pius
parent
3ed7caa0f9
commit
fbb63b0923
@@ -419,6 +419,9 @@
|
|||||||
<!-- Boolean indicating whether Hotspot 2.0/Passpoint and ANQP queries is enabled -->
|
<!-- Boolean indicating whether Hotspot 2.0/Passpoint and ANQP queries is enabled -->
|
||||||
<bool translatable="false" name="config_wifi_hotspot2_enabled">false</bool>
|
<bool translatable="false" name="config_wifi_hotspot2_enabled">false</bool>
|
||||||
|
|
||||||
|
<!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform -->
|
||||||
|
<bool translatable="false" name="config_wifi_fast_bss_transition_enabled">false</bool>
|
||||||
|
|
||||||
<!-- Device type information conforming to Annex B format in WiFi Direct specification.
|
<!-- Device type information conforming to Annex B format in WiFi Direct specification.
|
||||||
The default represents a dual-mode smartphone -->
|
The default represents a dual-mode smartphone -->
|
||||||
<string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>
|
<string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>
|
||||||
|
|||||||
@@ -1699,6 +1699,7 @@
|
|||||||
<java-symbol type="bool" name="config_wifi_background_scan_support" />
|
<java-symbol type="bool" name="config_wifi_background_scan_support" />
|
||||||
<java-symbol type="bool" name="config_wifi_dual_band_support" />
|
<java-symbol type="bool" name="config_wifi_dual_band_support" />
|
||||||
<java-symbol type="bool" name="config_wifi_hotspot2_enabled" />
|
<java-symbol type="bool" name="config_wifi_hotspot2_enabled" />
|
||||||
|
<java-symbol type="bool" name="config_wifi_fast_bss_transition_enabled" />
|
||||||
<java-symbol type="bool" name="config_wimaxEnabled" />
|
<java-symbol type="bool" name="config_wimaxEnabled" />
|
||||||
<java-symbol type="bool" name="show_ongoing_ime_switcher" />
|
<java-symbol type="bool" name="show_ongoing_ime_switcher" />
|
||||||
<java-symbol type="color" name="config_defaultNotificationColor" />
|
<java-symbol type="color" name="config_defaultNotificationColor" />
|
||||||
|
|||||||
Reference in New Issue
Block a user