Age | Commit message (Collapse) | Author |
|
Change-Id: I75171475d60ec869f4cb98452c4e6cc7cb4ecc43
|
|
Change-Id: Idabaea6ddaf04c2adcbbecd067233c88c3d0232a
|
|
send_and_recv_msgs function is guarded by
CONFIG_ANDROID_S macro as the newer API has
introduced two additional parameters with android S.
CRs-Fixed: 3045269
Change-Id: I251396cc554d6a43e546e2a88e6740bf4fd3a357
|
|
Remove libwpa-client shared library from WiFi-HAL
as it is not used for any functionality.
CRs-Fixed: 3047352
Change-Id: I93671280b599c385569bf427aafe58d97c3337a1
|
|
Change-Id: Ic9869f957a39e56a8bd56adc28e1f49ede62b375
|
|
into wlan-aosp.lnx.6.0
|
|
llstats peerinfo has varying wifi rate stats. Since
llstats is a linear buffer with interface and peer
stats, we should include wifi rate stats length
while computing offset of next peer
CRs-Fixed: 2999671
Change-Id: Icc0395cf290268f4c2c96031389fae36ac48d47c
|
|
This commit enhances getstainfo command to reject the request if
it is not sent on hapd interface.
Change-Id: I50925aa01930795e1d7226021173f179a8f4d4ca
CRs-Fixed: 2999517
|
|
Change-Id: If91059bb01de8532376900e8b6bca00031d4aee1
|
|
wlan-aosp.lnx.6.0
|
|
Certain build systems define a new path
(say hardware/qcom/***/wlan instead of hardware/qcom/wlan).
Since this path is referred by the other dependent modules
(such as HalProxyDaemon, oem-ss), define a new variable
to point to the current path.
Change-Id: I05c566bf2a9f4db54f294d0f44ffa6e8b680a9ff
|
|
lowi server capabilities are fetched from fw
after lowi initialization and wifi is turned on.
When wifihal queries caps before wifi is on,
it will receive no capabilities. Hence wifihal
should retry for capabilites before sending
lowi request
CRs-Fixed: 2986700
Change-Id: Ic8871794dbdd2d0a876449eb8116bad6095257bc
|
|
Change-Id: Iaa2ee5896e15103f075737115ae4e77765976498
|
|
CSI Capture is expected to continue even after roaming. This
commit retriggers CSI START, and resuses earlier CSI parameters.
Change-Id: Id7c6d2b009368a4be8a03ee0db9085a5836c74f3
CRs-Fixed: 2966804
|
|
This commit cleans unused arguments and purges the synchronous response
handle registry while sending CSI start and stop nl commands to the
driver.
Change-Id: I695f6b3f10945c203ad025c81f323f0bd289549f
CRs-Fixed: 2966804
|
|
Remove the limit (900 seconds) on maximum duration of CSI capture.
Also don't stop the CSI capture if the duration configured by user is
zero, in this case the user is expected to stop CSI capture explicitly.
Change-Id: Idf7cc4c58390570c3ce155e3b2139b358acb7cd7
CRs-Fixed: 2979224
|
|
Change-Id: I6b38ef4fc15068ae961f045534362f5430e5831a
|
|
This commit gives the user opportunity to select the transport mode
to get the csi data. The command to add the transport mode as below
Example: CSI start 900 1
Here 900 represents the CSI duration (in sec) to capture CSI data.
Below is the transport mode corresponding to user
input:
0 - QCA_WLAN_VENDOR_CFR_DATA_RELAY_FS
1 - QCA_WLAN_VENDOR_CFR_DATA_NETLINK_EVENTS
Change-Id: Ifcbb00ba8c284f685b1c01b6f09f0552e5417e3d
CRs-Fixed: 2974322
|
|
This commit adds vendor nl attribute for cfr data such as transport mode
to tell driver to send cfr data to upper layer through nl or relayfs
mechanism.
Change-Id: I4c6cbada05087b4341724d8864653ffd8fd709d9
CRs-Fixed: 2962345
|
|
This commit imports CSI feature from oem-ss. CSI is channel status
information, which is based on CFR - channel frequency response in
target. It supports to start with duration and stop. Here is
example-
start to capture: CSI start <duration>
stop to capture: CSI stop
Change-Id: Ie7030a80de9488b5aa7208349d4c865b55552947
CRs-Fixed: 2945487
|
|
|
|
|
|
Change-Id: I4ff5e1d20b239b1adac7f921a12df797cfc0952e
|
|
This commit updates qca-vendor_copy.h to latest qca-vendor.h as
specified on 12/03/2021 at
https://w1.fi/cgit/hostap/tree/src/common/qca-vendor.h
This also removes the duplicate definition added by commit
ffc94ba (GETSTATSSTAINFO: Parse new vendor attrs for get_sta_info
endor command)
CRs-Fixed: 2960235
Change-Id: I4a848ca34970802f20bfd752926ac7104fd7e427
|
|
wlan-aosp.lnx.6.0
|
|
|
|
command" into wlan-aosp.lnx.6.0
|
|
In file included from driver_cmd_nl80211.c:27:
wpa_driver_common_lib.h:333:2: error: unknown type name 'bool'
333 | bool show_band;
| ^~~~
driver_cmd_nl80211.c:1397:23: error: unknown type name 'bool'
1397 | int *status, bool *new_cmd)
Change-Id: I40e9724dfe03bb1e866ea46e76895ba4b3e942e1
|
|
Change-Id: I6b026a7a81257e222b38f3a5bdfb88050be1c872
|
|
Change-Id: Ie18437c77697dccda6c739f9092678342ff46661
|
|
Set nan extended vendor command always enabled true.
Change-Id: I2867ecd8efd633b5df8b141d3bbc1893279ef857
CRs-Fixed: 2934588
|
|
This commit fixes possible memory leakage in set congestion report
Change-Id: I438122751b018922f87c8182e3b7e2d50f314308
CRs-Fixed: 2941848
|
|
Change-Id: I390f4ff2f1ff3162f0d0e35de5b52b57f8854339
|
|
wlan-aosp.lnx.6.0
|
|
As this driver_cmd_nl80211_extn.h file requires only stdbool.h header file,
includes.h is adding many internal files that is causing compilation errors.
So replaced includes.h header with stdbool.h.
Change-Id: I9509b55b3195ba63077e0ed4e219a72719499528
CRs-Fixed: 2940028
|
|
Set nan extended vendor command always enabled true.
Change-Id: I2867ecd8efd633b5df8b141d3bbc1893279ef857
CRs-Fixed: 2934588
|
|
|
|
Change-Id: Ic34b222a62d4f3054aefa0ec8bb807a0ede2e3e6
|
|
This commit updates qca-vendor_copy.h to latest qca-vendor.h as
specified on 22/04/2021 at
https://w1.fi/cgit/hostap/tree/src/common/qca-vendor.h
Change-Id: I0d534d0676c1fb7d209cde6402d5d17bc704ec67
CRs-Fixed: 2929343
|
|
A big interval is meaningless for congestion events report.
Also, it might lead to wrong percentage. So here limit interval
to no more than 30 to match driver/FW's setting
CRs-Fixed: 2916668
Change-Id: I2c84f63beafcf47d38f1052bfbf5a6ea92afff98
|
|
This commit updates qca-vendor_copy.h to latest qca-vendor.h as
specified on 10/04/2021 at
https://w1.fi/cgit/hostap/tree/src/common/qca-vendor.h
Change-Id: I3bd6136eec084257d9c23bf53d94c9f5b3468b0b
CRs-Fixed: 2920856
|
|
Change-Id: Ib13bee60ec36b7fa825a65eecd5b1ec350380c9a
|
|
into wlan-aosp.lnx.6.0
|
|
into wlan-aosp.lnx.6.0
|
|
Cleanup code in parse_get_feature_info API to remove
unnecessary initialization and malloc.
Change-Id: I10e340ba74893ee90510b664d7697cf854c984f8
CRs-Fixed: 2911912
|
|
pOutTlv->length is of type u16 while the inBufferSize is int.
The comparision between these different types is incorrect.
Hence, Type cast to correct data type for comparision in
NANTLV_ReadTlv.
Change-Id: I72f96622f1264777e6f66ed8962b99369498c873
CRs-fixed: 2884038
|
|
This commit allows wpa_supplicant_8_lib to print the oem command
status as returned by the library.
Change-Id: Ia0baa1327218428b2af239e907ac2d8ae686a043
CRs-Fixed: 2906773
|
|
This commit updates qca-vendor_copy.h to latest qca-vendor.h as
specified on 20/03/2021 at
https://w1.fi/cgit/hostap/tree/src/common/qca-vendor.h
Change-Id: I5336a58ec08c956a04bf389cb117b2c96f2d8ce2
CRs-Fixed: 2904353
|
|
wlan-aosp.lnx.6.0
|
|
Increase MAX allowed number of whitelist SSIDs count to 8
Change-Id: I6ea8ff4f1623607b0180b243e230675f9ff7935c
CRs-Fixed: 2900468
|