History log of /wlan-dirver/qca-wifi-host-cmn/umac/scan/core/src/wlan_scan_11d.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 60c5b8fe 30-Sep-2022 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacmn: umac: scan: Fix misspellings

Fix misspellings in umac/scan/...

Change-Id: I77071740c837de6b317cf68a379fab98da65e65b
CRs-Fixed: 3304701


# fa2a661a 12-Jun-2020 Will Huang <wilhuang@codeaurora.org>

qcacmn: Move 11d country vote to scan complete

Currently we invoke scm_11d_handle_country_info() on every
beacon/probe-rsp receiving, it is not fair if not checking duplicated
beacon/probe-rsp, like

qcacmn: Move 11d country vote to scan complete

Currently we invoke scm_11d_handle_country_info() on every
beacon/probe-rsp receiving, it is not fair if not checking duplicated
beacon/probe-rsp, like if station connected it will dwell more time on
home channel and receive more duplicated beacon/probe-rsp, and caused
elect unexpected country.

Because scan entry will be updated without duplication, so after scan
complete we do 11d country vote by iterating whole scan entry db.

Change-Id: If7669c5529dd51e193e4a58d0090c0b2a1f25425
CRs-Fixed: 2706837

show more ...


# ca615216 02-Feb-2018 Paul Zhang <paulz@codeaurora.org>

qcacmn: Support 11d for non-offload platform

Support 11d for non-offload platform by maintaining
count of beacons encountered for each country code
and choosing country code with max votes as device

qcacmn: Support 11d for non-offload platform

Support 11d for non-offload platform by maintaining
count of beacons encountered for each country code
and choosing country code with max votes as device's
country code.

Change-Id: I83b66e980854eded17e254386561fa32b1f8c4ac
CRs-Fixed: 2154048

show more ...