Commit Graph

21189 Commits

Author SHA1 Message Date
gaurank kathpalia
e5fb361504 qcacld-3.0: Handle legacy connect request
Handle legacy connect request and create pe_session
for the same.

Change-Id: Ie1e801c42f90d79d613f9d0233ec9a00a2b0d58b
CRs-Fixed: 2808000
2020-10-30 13:03:20 -07:00
Aditya Kodukula
2dc00ea324 qcacld-3.0: Cleanup SAP interface
SAP cannot be turned back on, if SAP is turned off during the
Pre-CAC. Because in __wlan_hdd_del_virtual_intf(), cleanup of SAP
is not done.

To avoid this issue cleanup SAP interface also in this scenario.

Change-Id: I12240c22a2b40c2a1fc8a46ff197023abf36631a
CRs-Fixed: 2803454
2020-10-30 13:03:16 -07:00
snandini
65fbc91406 Release 5.2.0.208L
Release 5.2.0.208L

Change-Id: Ie815d3b22761988fd3470847af82d54a082d3949
CRs-Fixed: 774533
2020-10-30 11:01:44 -07:00
Will Huang
7553cd4a2f qcacld-3.0: Don't touch CAC timer which is not created for offloaded CAC
CAC timer is only created for non-offloaded CAC case, but in some
cleanup functions, CAC timer is stopped/destroyed without checking CAC
offload flag.

Change-Id: If8422afac2389e134769a762aa87cb7969eef9ec
CRs-Fixed: 2807650
2020-10-30 11:01:44 -07:00
Ashish Kumar Dhanotiya
ded421b741 qcacld-3.0: Initialize osif and legacy callbacks for connection manager
Initialize osif callbacks to connection manager and add
legacy callbacks to osif and initialize these legacy callbacks
for connection manager.

Change-Id: I27b3ccf61fdac0ceee938264320feb1331460ba2
CRs-Fixed: 2797475
2020-10-30 11:01:40 -07:00
snandini
87ed50ea1d Release 5.2.0.208K
Release 5.2.0.208K

Change-Id: I2cf465b97d6ccfc9c62dbdb4f369c0945e44e5cf
CRs-Fixed: 774533
2020-10-29 17:50:49 -07:00
hqu
733fabb837 qcacld-3.0: Remove old rso path code [PART 2]
Since new rso ROAM_OFFLOAD_V1 path is enabled, remove
the old rso path code for wma layer related files.

Change-Id: Ie4639a6f04877aa41046706118936560200162a6
CRs-Fixed: 2808064
2020-10-29 17:50:49 -07:00
snandini
936b02c152 Release 5.2.0.208J
Release 5.2.0.208J

Change-Id: I1ecf9700cbe21a1e119037aee2c156801d467ff9
CRs-Fixed: 774533
2020-10-29 15:41:35 -07:00
Vevek Venkatesan
c6e9b184d2 qcacld-3.0: enable pld_smmu_unmap support for icnss2 helium
Enable pld_smmu_unmap support for ICNSS2 Adrestea targets.
This is needed to enable SMMU-S1 geometry support.

Change-Id: I8aa612810cc468269fa5c633276f9b3ba8135542
CRs-Fixed: 2808041
2020-10-29 15:41:35 -07:00
Srikanth Marepalli
a246757854 qcacld-3.0: Fix to have single PMK cache entry in FT roam
In FT roam when the CSR lookup fails then the PMK details from
the roam sync indication will be updated to Session/PMK cache.
This will result in having multiple PMK cache entries for the
same MDID.
This fix is to avoid updating the Session/PMK cache in case of
FT roam and maintain a Single PMK cache that was set during the
set_pmksa.

Change-Id: Ie803a9816dece79c6d71e9963e11c6ec424306eb
CRs-Fixed: 2798720
2020-10-29 15:41:30 -07:00
snandini
5b91e8ebff Release 5.2.0.208I
Release 5.2.0.208I

Change-Id: I5133808fbb6334448892eae4a64e4178d06e729a
CRs-Fixed: 774533
2020-10-29 13:35:56 -07:00
Srikanth Marepalli
01ee301fbc qcacld-3.0: Fix to avoid sending invalid PMKID in FT-SuiteB roam
In FT-SuiteB when STA connects to AP1 then PMK1 gets cached. And
then STA disconnects from AP1 and connects to AP2 then PMK2
gets cached. Now if STA roams to AP1 then FW uses PMK2 from mlme
session to create the PMKID. But the corresponding RSO command
from driver sends the PMK1 to FW and the same gets updated in
mlme session of FW. This results in failure of next roams, as the
invalid PMKID gets created using PMK1.
This fix helps in deleting the old/stale PMK cache entries that
are under the same mobility domain as of the newly added entry in
case of all the FT connections except FT-SAE.

Change-Id: Id960e955f8669e19e950c1edc38a9f0a715292b7
CRs-Fixed: 2798713
2020-10-29 13:35:56 -07:00
Srikanth Marepalli
ec5bbe9f74 qcacld-3.0: Fix to avoid sending invalid PMKID in FT-SAE roam
In FT-SAE when STA connects to AP1 then PMK1 gets cached. And
then STA disconnects from AP1 and connects to AP2 then PMK2
gets cached. Now if STA roams to AP1 then FW uses PMK2 from mlme
session to create the PMKID. But the corresponding RSO command
from driver sends the PMK1 to FW and the same gets updated in
mlme session of FW. This results in failure of next roams, as the
invalid PMKID gets created using PMK1.
This fix helps in deleting the old/stale PMK cache entries that
are under the same mobility domain as of the newly added entry in
case of the FT-SAE connection.

Change-Id: If71b22dbf9200b820c8dd8c9fd0183af5bfcb0f6
CRs-Fixed: 2740532
2020-10-29 13:35:51 -07:00
Paul Zhang
13e650860f qcacld-3.0: Avoid race about roam to invalid channel
Currently, when channel list is changed. It updates
the channel list to fw first and then disconnect the
sta. This causes race condition to roam to invalid
channel.

To resolve this, disconnect the sta and then update
channel list.

Change-Id: I12d8098ee6acececc8a574d2b15f5c4774c07936
CRs-Fixed: 2806706
2020-10-29 13:35:47 -07:00
gaurank kathpalia
6ffb32a5d1 qcacld-3.0: Move the logic to get HT and VHT caps in LIM
Move the logic to get HT and VHT caps in LIM from CSR also store
VHT and HT caps in vdev mlme instead of csr session.

Change-Id: I29b8e836a79a4a9eda5088c0eb2e0bf48d616de2
CRs-Fixed: 2807209
2020-10-29 13:35:42 -07:00
Jia Ding
611f7c3b4c qcacld-3.0: Don't set nw_type to 11B if HE capable
When STA is HE capable, don't set nw_type to 11B.

Change-Id: Ia11d2ed416324bd94b1b84a571a34245ef22951b
CRs-Fixed: 2807888
2020-10-29 13:35:38 -07:00
snandini
b62fa64aa1 Release 5.2.0.208H
Release 5.2.0.208H

Change-Id: I0db604ce31748ff27fb152538eadb3daecd12812
CRs-Fixed: 774533
2020-10-29 11:01:45 -07:00
Yeshwanth Sriram Guntuka
fd1b019165 qcacld-3.0: Do not sched IPA UC op work when de-init is in progress
In the scenario where IPA UC ready work is processed after
wlan_ipa_uc_ol_deinit, triggered as part of idle shutdown,
there is a possibility for NULL wbm srng pointer derefernce
when setting the tx doorbell address.

Fix is to avoid scheduling UC op work when deinit is in
progress.

Change-Id: Ifa0908912b77f45b7d93c5f9c2f5aaf9e17685c5
CRs-Fixed: 2807218
2020-10-29 11:01:45 -07:00
snandini
04b495069b Release 5.2.0.208G
Release 5.2.0.208G

Change-Id: Ib0797a58d0abd00edbed41cce4dd36880e5968c8
CRs-Fixed: 774533
2020-10-29 09:00:07 -07:00
Ananya Gupta
a43193f48b qcacld-3.0: handle multiple sap if NAPI is enabled for IPA
Disable IPA when second SAP is turned on only if NAPI support
is enabled for IPA path.

Change-Id: Id30714156a959ed940d0480cb0e0d8db467c821f
CRs-Fixed: 2807158
2020-10-29 09:00:07 -07:00
Alan Chen
4d9374f10e qcacld-3.0: Add support for unit test command in FTM mode
FTM mode does not create vdev. So in order to add support for the
unit test command in FTM mode, set vdev of the adapter to 0 and create
a new funciton that handles the command called in FTM mode and does
not check for a valid vdev.

Change-Id: I5b71765dc4c6eb8025aa60726e4105f8ff30f634
CRs-Fixed: 2805415
2020-10-29 09:00:02 -07:00
gaurank kathpalia
bc82b08027 qcacld-3.0: Use common API to convert the mac to qca reason
Use common API to convert the mac to qca reason and to print
the qca reason.

Change-Id: I0423863a311c4533d0fc322e8d9e32a146097f09
CRs-Fixed: 2807643
2020-10-29 08:59:59 -07:00
snandini
6173f23cc8 Release 5.2.0.208F
Release 5.2.0.208F

Change-Id: I922bbe1a4032ca67ad3384fcfe04d53fcd0e788c
CRs-Fixed: 774533
2020-10-29 07:00:29 -07:00
hqu
e6874ece11 qcacld-3.0: Don't disable DCS firmware event indication
Always enable DCS firmware wmi_dcs_interference_event_id event
indication as CCA feature requires, so dcs wmi enable command
doesn't need to be sent after dynamic ACS done. When all SAPs
are stopped, send dcs wmi disable command to disable dcs
firmware event indication.

Change-Id: Ida7aa95b364f7dd2dc7664b3036bf1e2c0c54a21
CRs-Fixed: 2804275
2020-10-29 07:00:29 -07:00
hqu
9fb94a7885 qcacld-3.0: Remove old rso path code [PART 1]
Since new rso ROAM_OFFLOAD_V1 path is enabled, remove
the old rso path code for file wma_scan_roam.c.

Change-Id: Ib50d49c566d9aaf124f2eecebe4b652dcbb3b5df
CRs-Fixed: 2807015
2020-10-29 07:00:25 -07:00
snandini
df3990e1de Release 5.2.0.208E
Release 5.2.0.208E

Change-Id: I601b1f53b7487ea54840bb7d9af396cb3d086fdc
CRs-Fixed: 774533
2020-10-29 04:53:52 -07:00
Will Huang
bb1e3c8933 qcacld-3.0: Fix get sap connected sta info fcs counter always 0
Stats event from target might have several sub events, and some event
has no peer stats but have adv/ext2 peer stats.

Check ext/ext2 peer stats even no peer stats in
target_if_cp_stats_extract_peer_stats(). Fix copy adv stats size error
in tgt_mc_cp_stats_prepare_n_send_raw_station_stats(). Although
get_station_stats_cb and get_peer_stats_cb is union callbacks,
better to assign to get_station_stats_cb because it is for
TYPE_STATION_STATS.

Change-Id: I0bead0cbb8b549cc538ef4a7327f0a8303c90bd1
CRs-Fixed: 2801842
2020-10-29 04:53:52 -07:00
Abhishek Ambure
b2ea72cbbe qcacld-3.0: Add support to send QCA connect fail reason code
User requests for last disconnect reason code using
QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO vendor command. Host replies with
connect fail reason codes from enum qca_sta_connect_fail_reason_codes using
QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_CONNECT_FAIL_REASON_CODE attribute, If
last connection attempt failed.

Change-Id: I723a9dcf025bb58fa524cbf16f16a7dcea8bd5b6
CRs-Fixed: 2799227
2020-10-29 04:53:48 -07:00
Abhishek Ambure
8fb2d79749 qcacld-3.0: Update correct value of RoamKeyMgmtOffloadEnabled
Presently RoamKeyMgmtOffloadEnabled flag in roam req_buf gets set from
csr session, which gets set only if user sends vendor command to set key
management i.e. QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY.
Thus if user doesn't send QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY
vendor command, then host fails to sets ROAM_OFFLOAD_OKC_ENABLED &
PMK_CACHE_ENABLED flags in RSO command. This leads to failure of single
PMK cache roaming. Hence update correct value of RoamKeyMgmtOffloadEnabled
from mlme object.

Change-Id: I34099b4651ca179bb86ca24581526e161d2bf503
CRs-Fixed: 2802124
2020-10-29 04:53:44 -07:00
snandini
420e044121 Release 5.2.0.208D
Release 5.2.0.208D

Change-Id: Iff2b03a58a56b9e1f832c15b47ce496a54999bd8
CRs-Fixed: 774533
2020-10-29 02:45:47 -07:00
Abdul Muqtadeer Ahmed
8e37d3f6eb qcacld-3.0: Use objmgr api to get the vdev for pmo
Currently pmo_psoc_get_vdev api just returns the vdev without
taking the vdev reference and it is caller's responsibility to
take the reference, there could be a race condition where after
getting the vdev and before getting the reference of that vdev,
some other thread may delete this vdev.

To avoid this issue use objmgr api to get the vdev for pmo.

Change-Id: I3495589e2dbbb7d8efc579a62fff1a08a92c318f
CRs-Fixed: 2771211
2020-10-29 02:45:46 -07:00
snandini
2aabaa590c Release 5.2.0.208C
Release 5.2.0.208C

Change-Id: I7fc69a6edd5fec3606c62dd2a713a85eb0149b88
CRs-Fixed: 774533
2020-10-28 15:33:18 -07:00
gaurank kathpalia
e4defd9d16 qcacld-3.0: Add connect and disconnect support in connection manager
Add support for connect and disconnect path
in legacy cld files with respect to connection
manager.

Change-Id: Ia42dd45d943de20d91279c0197b0f17a5c0326eb
CRs-Fixed: 2805807
2020-10-28 15:33:18 -07:00
snandini
d5a8d40514 Release 5.2.0.208B
Release 5.2.0.208B

Change-Id: I973efd5b74bc204a5762345cb4e55c9bb9382200
CRs-Fixed: 774533
2020-10-28 11:30:01 -07:00
Bapiraju Alla
17b5c4f349 qcacld-3.0: Don't start monitor mode if monitor interface is already up
Currently, interface status is not being checked to start monitor mode.
This is allowing to start monitor mode more than once for the same
interface. This will result in session leak during de-init.

To avoid this, start monitor mode only if the interface is not already up.

Change-Id: I118167d3a8cea52fbfa825b226b837087828f148
CRs-fixed: 2803090
2020-10-28 11:30:01 -07:00
snandini
42ab0513ab Release 5.2.0.208A
Release 5.2.0.208A

Change-Id: Ie73bb5c66e13a2f880fbd69d0cc63c0ee71f05eb
CRs-Fixed: 774533
2020-10-28 09:21:29 -07:00
Jianmin Zhu
f90e9f337c qcacld-3.0: Fix 4 port failed when gDualMacFeatureDisable=6
In DBS mode, gDualMacFeatureDisable can be 0, also can be
6: enable DBS for connection but disable simultaneous scan.

Change-Id: Ia3d46dbd2e67644e84436b90f40c203bc939eda7
CRs-Fixed: 2807010
2020-10-28 09:21:28 -07:00
snandini
8cc1e10cd1 Release 5.2.0.208
Release 5.2.0.208

Change-Id: I906ee2c8c415218c89f068767d4557dd7dc1ae8c
CRs-Fixed: 774533
2020-10-28 07:15:09 -07:00
Arun Kumar Khandavalli
1d03ff172f qcacld-3.0: Close/destroy the pdev before CDS closing
Pdev is created once all the modules are enabled and currently
it is freed after the cds close is done, if some of the modules
as part of the de-init sequence has to send a command to the firmware
it will result in error.

To keep the deinit sequence opposite to that of init close/destroy
the pdev before closing the cds.

Change-Id: I8e087a573112e5d2d81e8ea413044d45f228813e
CRs-Fixed: 2797344
2020-10-28 07:15:09 -07:00
snandini
165b21198a Release 5.2.0.207Z
Release 5.2.0.207Z

Change-Id: I7b4bfcbbb3bdc16dd85d9bfa690a981fd1a55bd7
CRs-Fixed: 774533
2020-10-28 01:21:34 -07:00
Paul Zhang
bb3794d416 qcacld-3.0: Add default roam scan triggers
When resetting roam trigger bitmap, it is missing triggers
such as QCA_ROAM_TRIGGER_REASON_IDLE,
QCA_ROAM_TRIGGER_REASON_DEAUTH etc.

Change-Id: I57b2b5c251202094b1afe65e0b4af39dc69f75e1
CRs-Fixed: 2805011
2020-10-28 01:21:34 -07:00
snandini
e98261fbea Release 5.2.0.207Y
Release 5.2.0.207Y

Change-Id: Iad310e00bd4d2097127463c24c8e2cdf71ca90ce
CRs-Fixed: 774533
2020-10-27 22:55:04 -07:00
Gururaj Pandurangi
64bf153003 qcacld-3.0: Add action OUI to disable TWT for some APs
Add a new action OUI to disable TWT for certain APs.
The cfg item will be present in the host and sent to
the FW to disable TWT.

Change-Id: I122c44993a9102838dec7e9eb2817ba404a76515
CRs-Fixed: 2793124
2020-10-27 22:54:57 -07:00
snandini
c7b83a8000 Release 5.2.0.207X
Release 5.2.0.207X

Change-Id: I9be881e01e7c254d9bc8d4ad432484bdf212e5b2
CRs-Fixed: 774533
2020-10-27 20:54:42 -07:00
Yu Tian
af6eb602d0 qcacld-3.0: Change BAR frame ctrl and sequence format
BAR frame is parsed incorrectly, change to correct format

Change-Id: I399d6be49834229bba5f8eccf71f4002d2d48e16
CRs-Fixed: 2804140
2020-10-27 20:54:42 -07:00
snandini
3b7d93d465 Release 5.2.0.207W
Release 5.2.0.207W

Change-Id: I7d7cc0f8342fa02c127b486e4100a5e3a1003fbb
CRs-Fixed: 774533
2020-10-27 13:02:21 -07:00
Rakesh Pillai
62714cf511 qcacld-3.0: Use reo dst indication in CMEM based HW FT entry
Currently we configure the REO ID in the HW FST entry,
which is later used by HW to route the packets matching
this particular flow.

Such a kind of configuration can lead to incorrect
routing of packets incase the RX path mapping is
changed (eg when IPA is enabled).

Hence to fix this issue, use the reo destination
indication which is received in the first packet of
the new flow in the HW FST entry.

Change-Id: Ide230dcfb07862b3921aeb02d83ad7c30cb284c2
CRs-Fixed: 2803828
2020-10-27 13:02:21 -07:00
snandini
56375a0b5a Release 5.2.0.207V
Release 5.2.0.207V

Change-Id: I6b11b880e7848ac752de814f70251a2445da2adf
CRs-Fixed: 774533
2020-10-27 10:53:15 -07:00
Abhishek Ambure
595846e6db qcacld-3.0: Add support to enable/disable FILS_DISCV_FRAMES TX
Host adds support to send enable/disable wfa config for FILS_DISCV_FRAMES
to firmware.

Change-Id: I0143b158b5f62b42c0d4c3d8a34a7ec7b1ec994b
CRs-Fixed: 2801144
2020-10-27 10:53:15 -07:00
snandini
54a3119700 Release 5.2.0.207U
Release 5.2.0.207U

Change-Id: I29a4a1683f9dae9fb118fde09ba4ca602252b1d9
CRs-Fixed: 774533
2020-10-27 03:01:38 -07:00