- Apr 02, 2023
-
-
aravinda.b authored
Change-Id: I6fabde5bd7ccf74cc490a487ed02ae74c4300a82
-
- Apr 29, 2022
-
-
Guisen Yang authored
Enable the features of OCV, SAE_PK and SUITEB to support WPA3 R3 pre-cert test. Change-Id: Id31f257f1ea85fd8244eaf812452c25f378d6203 CRs-Fixed: 3081543
-
- Dec 12, 2019
-
-
Chaoli Zhou authored
Change the wlanhost driver ko name as follow: Change Genoa from qcn7605.ko to qca6595.ko. Change Hasting from qca6390.ko to qca6696.ko. Change Rome from qca6174.ko to qca6574.ko. Change-Id: I2b245c2c752a6a8f702e71f3fad4b9b70539faef
-
- Dec 06, 2019
-
-
Chaoli Zhou authored
Install the hostapd config with radio_group=radio, which can make hostapd/hostapd_cli can run in the enforing mode. Change-Id: Ibdcc136db59fdebca80a6f05cbc49a537f88cf8e
-
- Nov 27, 2019
-
-
Guisen Yang authored
If bb and bbappend files are in the same folder, the bbappend file will not be recognized by yocto. Put them in different folders under 'recipes' folder. So that bb and bbappend could take effect. Change-Id: I31d1e2c0f0b973f824fa7c7002e341ae2dc4d17c CRs-Fixed: 2575220
-
- Nov 19, 2019
-
-
Guisen Yang authored
The tools in wireless-tools package is required for wlan operations. Add this recipe and install it in sdxprairie image. Change-Id: I1017b52e3161f818eefc34174fc834894d2737e7 CRs-Fixed: 2566277
-
- Nov 12, 2019
-
-
Guisen Yang authored
After make cnss2 as DLKM, it should be started automatically before probing wlan module. Add probing cnss2 module command in the script that used to start wlan module. Change-Id: Ib9ff2d00158ec0f63fea490de60e4c7df2947b99 CRs-Fixed: 2557495
-
- Oct 31, 2019
-
-
Chaoli Zhou authored
Install the specific wifi config file for sdx24 platform. Change-Id: I8919fb3fab3a6c53ce431f1bdde2adc0a486e178
-
- Oct 18, 2019
-
-
Guisen Yang authored
Wlan initialization will fail if IPA is enabled on sa515m platform. Disable Rome IPA on sa515m because it is not supported. Change-Id: I4395f8ac04b4c5af82bd96faa13fc04f1aebd0ca CRs-Fixed: 2548204
-
- Oct 10, 2019
-
-
Guisen Yang authored
The platform sa515m should support three wlan chips, rome, hasting and genoa. The rome driver should be installed to its image. Change-Id: I80ae3f24ca46b2045b7b116477eb006d7b35d9b1 CRs-Fixed: 2542714
-
- Oct 08, 2019
-
-
CNSS_WLAN Service authored
-
- Sep 25, 2019
-
-
Chaoli Zhou authored
Should set the specific path for wlan_mac.bin, otherwise it has build error issue. Change-Id: I0a6ab31402f0e2cc4bf6eefd3ab8c96b3bb3deb6 Signed-off-by:
Chaoli Zhou <zchaoli@codeaurora.org>
-
Guisen Yang authored
Disable the NAPI feature when Genoa is used on sa515m. This disable action is implemented by cfg override mechanism. Change-Id: I625432ea41936ab3f71b561a877de55c1398ea31 CRs-Fixed: 2532582
-
- Sep 24, 2019
-
-
Chaoli Zhou authored
Add the wlan_mac.bin to make the wlanhost driver can update the mac address from this file, not from INI or EEPROM. Change-Id: Ia659ad77bcc03b9c49dab17bbdfb6e404ab4e6d4 Signed-off-by:
Chaoli Zhou <zchaoli@codeaurora.org>
-
- Sep 23, 2019
-
-
Guisen Yang authored
Add ini file and create softlinks for fw files under /lib/firmware path for auto projects. Change-Id: Ifa1a5a7ab54dcb905c20dab37e1024d996269082 CRs-Fixed: 2532570
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- Sep 22, 2019
-
-
Guisen Yang authored
The NAPI feature should not be supported on sa515m platform. Disable it on this platform. Change-Id: Ieb7a1c720589b5fb5bb413eb9ed5e273809613b7 CRs-Fixed: 2532582
-
Guisen Yang authored
Add the Genoa wlan driver to sa515m image. Change-Id: Ia0658e7d57141433359371a1fd552ba4155f886b CRs-Fixed: 2532578
-
- Sep 18, 2019
-
-
Chaoli Zhou authored
In order to support wpa3, we need to enable OWE and SAE for wpa_supplicant and hostapd. Change-Id: I2b87c66074c54ae9c420584ee3e75b12455c3c5c Signed-off-by:
Chaoli Zhou <zchaoli@codeaurora.org>
-
- Sep 17, 2019
-
-
Guisen Yang authored
The softlinks of FW files in hasting are installed by not shipped to package. Ship them to the package. Change-Id: Ic0ecb24cd791a44e8204300e184e36c0b9a75235 CRs-Fixed: 2529204
-
- Aug 26, 2019
-
-
Chaoli Zhou authored
Since connman tool need communicate with wpa_supplicant with dbus interface, so enable it. Change-Id: Iac6de66391e949ceb80c0e99ed0fa7696476b01c CRs-Fixed: 2488724
-
- Aug 12, 2019
-
- Aug 07, 2019
-
-
Guisen Yang authored
The combinition of machine name and chip type is used to enable and disable IPA. The machine name is set by bb environment and the chip type is decided by the profile. It is more flexiable than deciding enable or disable IPA only by the ARCH. Change-Id: I761489f302a36df5231e2778414b26c3d21000c1 CRs-Fixed: 2496838
-
Ke Huang authored
remove wireless-tools for sdxpoorwills, and will add after add related bb file for sdxpoorwills. Change-Id: I12b5c7426f69d7168e811e28fd134edb794eb739 CRs-Fixed: 2422269
-
- Jul 26, 2019
-
- Jul 25, 2019
-
-
Guisen Yang authored
The wlan-conf recipe can provide a common config file name and path, so that it is compatible with QCMAP. The best method to load wlan is by systemd so that QCMAP can load the wlan module conveniently. Change-Id: Iadaeb570b47df0503375862c264924e83a76d07b CRs-Fixed: 2496838
-
- Jul 10, 2019
-
-
CNSS_WLAN Service authored
-
Guisen Yang authored
The iperf tool is needed to do the performance test. Add this tool in sdxprairie image. Change-Id: I6edf0bc44cb45156d9bfc1b38c9e888e94a1709e CRs-Fixed: 2480905
-
Guisen Yang authored
Enable CONFIG_IEEE80211AX for hostapd and wpa_supplicant Change-Id: I314eeee2098fbef0b8f3a896ed91e346a8db96c9 CRs-Fixed: 2480905
-
- Jul 01, 2019
-
-
CNSS_WLAN Service authored
-
CNSS_WLAN Service authored
-
Guisen Yang authored
When the Distro value 'auto' or 'automotive', the project will use this bb file. Add support for 'auto' Distro value. Change-Id: I2dfa2f7fc3ade6f84b4cbdb60bdfc85845158618 CRs-Fixed: 2480905
-
- Jun 28, 2019
-
-
Guisen Yang authored
Use the 'auto' bb file when the Distro value is 'auto'. This should be supported by wpa-supplicant and hostapd. Change-Id: I8ff14caaea56b7a63839c3e9512984eef88790a2 CRs-Fixed: 2480905
-
Guisen Yang authored
Add sdxprairie image file to install required recipes. Change-Id: I97bd622d7731a46e6a9803493b6743a3d1f22b06 CRs-Fixed: 2480905
-
- Jun 19, 2019
-
-
Ke Huang authored
change the name system-conf_git.bb to to wlan-conf_git.bb. Change-Id: I3d75c6617ef59a7d5557bfbfcb528afbe2a56517 Signed-off-by:
Ke Huang <keh@codeaurora.org>
-
- Jun 13, 2019
-
-
Ke Huang authored
add system-conf support for mdm9607 in yocto 2.6 1. add conf files of hostapd and wpa_supplicant 2. add related bin files of hostapd and wpa_supplicant 2. add WCNSS_qcom_cfg.ini for qcacld-2.0 driver for mdm9607 Change-Id: I1b2be9fae40ffdedd2f2de488ff5d481eefba529 Signed-off-by:
Ke Huang <keh@codeaurora.org>
-
- May 30, 2019
-
-
CNSS_WLAN Service authored
-
Chaoli Zhou authored
In the Yocto2.6, it doesn't support base_contains, so need use bb.utils.contains to replace it. Change-Id: I37fcbb9f830657224cdfb8048118520c6b21c791 Signed-off-by:
Chaoli Zhou <zchaoli@codeaurora.org>
-