Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f54ac12a authored by Paul Stewart's avatar Paul Stewart Committed by android-build-merger
Browse files

Add capability flag for 802.11r fast BSS transition am: fbb63b09

am: 67e2694f

Change-Id: I35dab6b5bf7e7b383789abc769793d945ebbd834
parents 20569fee 67e2694f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -422,6 +422,9 @@
    <!-- Boolean indicating whether Hotspot 2.0/Passpoint and ANQP queries is enabled -->
    <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.
         The default represents a dual-mode smartphone -->
    <string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>
+1 −0
Original line number Diff line number Diff line
@@ -1716,6 +1716,7 @@
  <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_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="show_ongoing_ime_switcher" />
  <java-symbol type="color" name="config_defaultNotificationColor" />