Sfoglia il codice sorgente

qcacmn: Set priority for connection with bssid_hint

There is ini to enable the feature: Set highest priority to BSS
for connection which comes as bssid_hint from wpa supplicant,
but it is broken.

Change-Id: I795341bd13f59caafaaadf7086f5efc3d47f913c
CRs-Fixed: 2565161
Jianmin Zhu 5 anni fa
parent
commit
52a2b33099
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      umac/scan/dispatcher/src/wlan_scan_ucfg_api.c

+ 2 - 0
umac/scan/dispatcher/src/wlan_scan_ucfg_api.c

@@ -1011,6 +1011,8 @@ wlan_scan_global_init(struct wlan_objmgr_psoc *psoc,
 			cfg_get(psoc, CFG_HONOUR_NL_SCAN_POLICY_FLAGS);
 	scan_obj->scan_def.enable_mac_spoofing =
 			cfg_get(psoc, CFG_ENABLE_MAC_ADDR_SPOOFING);
+	scan_obj->scan_def.is_bssid_hint_priority =
+			cfg_get(psoc, CFG_IS_BSSID_HINT_PRIORITY);
 	scan_obj->scan_def.extscan_adaptive_dwell_mode =
 			cfg_get(psoc, CFG_ADAPTIVE_EXTSCAN_DWELL_MODE);