taoyao: Updating wifi configs

This commit is contained in:
Richard Carvalho
2025-05-24 13:43:58 -03:00
parent a6c4366696
commit a906c0ce80
4 changed files with 5 additions and 23 deletions

View File

@@ -216,7 +216,6 @@ BOARD_HOSTAPD_DRIVER := NL80211
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
CONFIG_IEEE80211AX := true
QC_WIFI_HIDL_FEATURE_DUAL_AP := true
WIFI_DRIVER_DEFAULT := wlan
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"

View File

@@ -32,7 +32,7 @@ gEnableTxBFin20MHz=1
gEnableTxSUBeamformer=1
gRrmEnable=1
gEnablefwprint=0
gEnablefwlog=0
gEnablefwlog=1
gVhtAmpduLenExponent=7
gVhtMpduLen=2
isP2pDeviceAddrAdministrated=0
@@ -143,10 +143,8 @@ gStaKeepAlivePeriod = 30
etsi13_srd_chan_in_master_mode=7
#####Roaming
# TheCrazyLex@PA Prefer connecting to 5Ghz AP
# even if its RSSI is lower by 3dBm than the 2.4Ghz AP
gRoamPrefer5GHz=1
gSelect5GHzMargin=3
# Sets RSSI preference for 5GHz over 2.4GHz AP
gSelect5GHzMargin=5
# Candidate AP minimum RSSI for beacon miss roam trigger
# Code default is -70
@@ -203,17 +201,12 @@ gindoor_channel_support=1
#Enable max link speed
gReportMaxLinkSpeed=2
# Disable rx wakelock
rx_wakelock_timeout=0
# Skip tpe consideration
skip_tpe_consideration=1
gEnableNanSupport=1
genable_nan_datapath=1
nan_separate_iface_support=1
gEnableSelfRecovery=1
#####################################Xiaomi ADD: END
END

View File

@@ -3,8 +3,4 @@ p2p_no_group_iface=1
persistent_reconnect=1
bss_max_count=400
p2p_go_he=1
p2p_6ghz_disable=1
p2p_chan_list_dfs_disable=0
p2p_chan_list_only_sta_dfs_enable=0
p2p_pref_list_dfs_disable=0
p2p_go_dfs_disable=0
p2p_6ghz_disable=1

View File

@@ -5,10 +5,4 @@ wowlan_triggers=magic_pkt
bss_max_count=400
interworking=1
config_methods=virtual_display virtual_push_button keypad
driver_param="no_rrm=1"
p2p_chan_list_dfs_disable=0
p2p_chan_list_only_sta_dfs_enable=0
p2p_pref_list_dfs_disable=0
p2p_go_dfs_disable=0
wowlan_disconnect_on_deinit=1
bss_no_flush_when_down=1
driver_param="no_rrm=1"