History log of /wlan-dirver/qca-wifi-host-cmn/qdf/inc/qdf_file.h (Results 1 – 3 of 3)
Revision Date Author Comments
# aed594f4 19-Apr-2023 Amith A <quic_amitajit@quicinc.com>

qcacmn: Add API qdf_file_read_bytes to read a file from host

Add an API qdf_file_read_bytes to read a file from within the driver
and return the contents of it along with its size.

Change-Id: If777

qcacmn: Add API qdf_file_read_bytes to read a file from host

Add an API qdf_file_read_bytes to read a file from within the driver
and return the contents of it along with its size.

Change-Id: If777e1b9c610e8cc7dd35be42fa9ced2bb1c6560
CRs-Fixed: 3456115

show more ...


# c2c89243 22-Mar-2021 Adwait Nayak <adwait@codeaurora.org>

qcacmn: Parse and update qdf module params

Read the file wifi_module_param.ini, in which wifi module params
are present and compare these module params with qdf module params
in qdf module init func

qcacmn: Parse and update qdf module params

Read the file wifi_module_param.ini, in which wifi module params
are present and compare these module params with qdf module params
in qdf module init function.

If any of the module params belongs to qdf module is present,
then that particular module param is updted during qdf module init.

Change-Id: I76ef876f6c7be3cdffd93b6050a190438d60bf39

show more ...


# 677a2612 02-Feb-2018 Dustin Brown <dustinb@codeaurora.org>

qcacmn: Add qdf_file and qdf_parse files to QDF

Add an QDF abstraction for reading a file. Also, add the first consumer,
qdf_ini_parse(), as well. This is pure parsing logic, which offloads the
actu

qcacmn: Add qdf_file and qdf_parse files to QDF

Add an QDF abstraction for reading a file. Also, add the first consumer,
qdf_ini_parse(), as well. This is pure parsing logic, which offloads the
actual content handling to the caller via callback functions.

Change-Id: Idfca74c5543a5b0da7ddd1bdc6e2ad2be59ed36b
CRs-Fixed: 2184463

show more ...