Support for Wi-Fi 7

This commit is contained in:
Mygod
2022-07-12 21:39:20 -04:00
parent bc1b4d41ed
commit 1517ce4fa1
7 changed files with 28 additions and 0 deletions

View File

@@ -285,6 +285,14 @@
android:layout_marginTop="8dip"
android:minHeight="@dimen/touch_target_min"
android:text="@string/wifi_ieee_80211ax" />
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/ieee_80211be"
style="@style/wifi_item_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dip"
android:minHeight="@dimen/touch_target_min"
android:text="@string/wifi_ieee_80211be" />
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/bridged_mode_opportunistic_shutdown"
style="@style/wifi_item_label"