diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-13 10:11:03 +0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-13 00:01:25 +0000 |
commit | 71ad0c9e5399aba0ac3cd20f1df41c9757cd6ca5 (patch) | |
tree | f9bd698e30cdb1e8a15fbebdd48e43b8f93272d0 /wifi | |
parent | 103f8c68ff04e04a8b6de1c97dfb520f9286b692 (diff) |
wayne: Initial bringup
Change-Id: I211da5781d8c7a16199fd8a18e1b00cfc9e01944
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'wifi')
-rw-r--r--[-rwxr-xr-x] | wifi/WCNSS_qcom_cfg.ini | 17 | ||||
-rw-r--r--[-rwxr-xr-x] | wifi/p2p_supplicant_overlay.conf | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | wifi/wpa_supplicant_overlay.conf | 0 |
3 files changed, 16 insertions, 2 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index b411b5e..65803cc 100755..100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -120,6 +120,7 @@ BandCapability=0 #Channel Bonding gChannelBondingMode5GHz=1 +gChannelBondingMode24GHz=1 #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds). #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link @@ -186,7 +187,7 @@ gEnableMCCMode=1 # 3-Force SCC if same band, without SAP restart by sending (E)CSA # 4-Force SCC if same band (or) use SAP mandatory channel for DBS, # without SAP restart by sending (E)CSA -gWlanMccToSccSwitchMode = 0 +gWlanMccToSccSwitchMode = 3 # 1=enable STBC; 0=disable STBC gEnableRXSTBC=1 @@ -223,7 +224,7 @@ gMaxMediumTime = 6000 gRrmEnable=1 #Enable Power Save offload -gEnablePowerSaveOffload=2 +gEnablePowerSaveOffload=1 #Enable firmware uart print gEnablefwprint=0 @@ -434,6 +435,9 @@ ght_mpdu_density=4 # 1 - enable 0 - disable(default) gEnableFlowSteering=1 +#set get linklayer status support +gEnableLLStats=1 + ################ Datapath feature set End ################ ################ NAN feature set start ################### @@ -443,6 +447,15 @@ gEnableFlowSteering=1 gEnableNanSupport=1 ################ NAN feature set end ##################### +# Enable Packet filters before going into suspend +# will clear those when resume +# bit-0 : drop MAC multicast and IPv4 multicast +# bit-1 : drop MAC unicast and IPv4 multicast +# bit-2 : drop IPv4 broadcast +# bit-3 : drop XID - Exchange station Identification packet +# bit-4 : drop STP - Spanning Tree Protocol +# bit-5 : drop DTP/LLC/CDP +g_enable_packet_filter_bitmap=3 END # Note: Configuration parser would not read anything past the END marker diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf index e484ebe..ba26ac9 100755..100644 --- a/wifi/p2p_supplicant_overlay.conf +++ b/wifi/p2p_supplicant_overlay.conf @@ -1,3 +1,4 @@ disable_scan_offload=1 p2p_no_group_iface=1 persistent_reconnect=1 +p2p_go_intent=15 diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf index e1f530d..e1f530d 100755..100644 --- a/wifi/wpa_supplicant_overlay.conf +++ b/wifi/wpa_supplicant_overlay.conf |