Wireless Connectivity Forum Discussions
Browse the Community
AIROC™ Wi-Fi and Wi-Fi Bluetooth Combos
AIROC™ Wi-Fi MCUs
AIROC™ Bluetooth
Featured Discussions
Hi Infineon team,
I just had a few queries. I am going to purchase CYW920706WCDEVAL for my project.
1. With the CYW920706WCDEVAL evaluation kit, what would be a suitable external antenna?
2. Which Revision of Arduino would be compatible with CYW920706WCDEVAL?
Kind regards,
Remo
Show Less
Hi,
when Im using HFP handsree example code, we are facing issues
1.In the handsfree_connection_event_handler function , we commented status as I mentioned in below snippet as we observed that clip event is not happening (when we connected Bluetooth headset clip event is happening)and audio is going to connected mobile device
2. In the handsfree_connection_event_handler function ,Without commenting status as I mentioned in below snippet as we observed clip_event event is happening(connect or without connect bluetooth headset) but the audio is going to our cypress module(cybt 413061).
we require both clip event (without connecting Bluetooth headset)and audio has to go to connected mobile device , what changes can I do to achieve this functionality.
Regards and thanks
chandru.
Show Less
Where can the latest CYW4373 datasheet be found?
Thanks in advance
We have an official release of the Infineon AIROC Connectivity STM32 Expansion Pack v1.5.1 - Expansion Pack Link
In this update, we introduce support for the Wi-Fi 6/6E family and CYW43022 (Wi-Fi 5), along with compatibility for the Nucleo-144 shield board produced by MuRata (Embedded Artist) & Laird/Future.
The Infineon Expansion Pack seamlessly empowers customers to integrate Infineon AIROC connectivity solutions into a broad spectrum of mass-market applications.
This release not only broadens our product portfolio with the inclusion of AIROC Wi-Fi 6/6E family chips, but also facilitates an effortless integration process, allowing our customers to harness the full potential of our Wi-Fi solutions.
For comprehensive information, please refer to the attached Expansion Pack User Guide (v1.5.1).
Download and Learn More:
To access the latest release and gain further insights, please visit our Infineon GitHub repository:
- Infineon GitHub: GitHub Link
- Infineon AIROC Wi-Fi/BT Connectivity STM32 Expansion Pack v1.5.1: Expansion Pack Link
- Infineon AIROC Wi-Fi/BT Connectivity STM32 User Guide v1.5.1: User Guide Link
Here is a summary of the key highlights in this release:
What's Included:
- Patch Release (maintenance Bluetooth Firmware)
Version 1.5.1 (Build 4586) Highlights:
- Update Bluetooth FW for Murata 2BC/2AE modules
- Update Bluetooth FW for Laird STERLING-LWB5plus module
- Update URL in pdsc
Supported STM32 Nucleo-144/Eval Boards and MCUs:
- MuRata Nucleo-144 Adapter board + M.2 Wi-Fi module.
- NUCLEO-H563ZI board and STM32H5xx
- STM32H747I-DISCO Discovery kit and STM32H7xx
- STM32U575I-EV Evaluation board and STM32U5xx
- STM32L562E-DK kit and STM32L5xx
Upcoming Release v1.6.0:
- Addition of STM32 Nucleo-144 board support across all series.
- TCPKA keepalive (payload) offload with multiple sessions.
- Wake-on-WLAN (wowlpf) support for remote wake-up.
- TLS over TKO integration.
- MQTT keepalive enhancement.
Show Less
Hi,
On the imx8mp solid run board, I'm attempting to activate the AP mode for Wi-Fi settings.
And to enable AP mode, I followed the instructions listed below. But I'm struggling a little.
Steps Followed:
modprobe moal mod_para=nxp/wifi_mod_para.conf
vi /etc/hostapd.conf
interface=mlan0
ssid=test
hw_mode=g
channel=1
ieee80211n=1
iwlist wlan0 freq
killall wpa_supplicant
killall hostapd
ifconfig wlan0 192.168.1.10 netmask 255.255.255.0 up
route add default gw 192.168.1.1
hostapd /etc/hostapd.conf
Log:
root@imx8mpsolidrun:~# hostapd /etc/hostapd.conf
Configuration file: /etc/hostapd.conf
HT (IEEE 802.11n) with WPA/WPA2 requires CCMP/GCMP to be enabled, disabling HT capabilities
ACS: Automatic channel selection started, this may take a bit
wlan0: interface state UNINITIALIZED->ACS
wlan0: ACS-STARTED
ACS: Unable to collect survey data
ACS: All study options have failed
Interface initialization failed
wlan0: interface state ACS->DISABLED
wlan0: AP-DISABLED
ACS: Possibly channel configuration is invalid, please report this along with your config file.
ACS: Failed to start
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
wlan0: interface state DISABLED->DISABLED
wlan0: interface state DISABLED->DISABLED
wlan0: AP-DISABLED
wlan0: CTRL-EVENT-TERMINATING
hostapd_free_hapd_data: Interface wlan0 wasn't started
Please let me know if the process i have followed is correct.
Regards
Manoj
Show Less
I am following exactly as done in a previous forum post as in - https://community.infineon.com/t5/AIROC-Wi-Fi-MCUs/Wifi-driver-fmac-modules-Build-and-bring-up-for-Nvidia-Nano-B01-board/m-p/406356#M2725.
I am also using nvidia jetson nano and jetpack for 4.6.3 .
But after doing everything as such the following the errors I am getting. I had used the commad "make ARCH=arm64 CROSS_COMPILE=$CROSS_COMPILE KLIB=$MY_ROOT KLIB_BUILD=$MY_KERNEL LOCALVERSION=“-tegra” modules"
LVERSION=“-tegra” modules
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/main.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-4.10.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-4.11.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-4.18.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.2.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-genetlink.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.3.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.5.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.10.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.11.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.13.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/backport-5.15.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/verify.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7.asn1.o
CC [M] /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.o
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:16:6: error: nested redefinition of ‘enum hash_algo’
enum hash_algo {
^~~~~~~~~
./include/linux/hash_info.h:16:6: error: redeclaration of ‘enum hash_algo’
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:16:6: note: originally defined here
enum hash_algo {
^~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:17:2: error: redeclaration of enumerator ‘HASH_ALGO_MD4’
HASH_ALGO_MD4,
^~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:17:2: note: previous definition of ‘HASH_ALGO_MD4’ was here
HASH_ALGO_MD4,
^~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:18:2: error: redeclaration of enumerator ‘HASH_ALGO_MD5’
HASH_ALGO_MD5,
^~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:18:2: note: previous definition of ‘HASH_ALGO_MD5’ was here
HASH_ALGO_MD5,
^~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:19:2: error: redeclaration of enumerator ‘HASH_ALGO_SHA1’
HASH_ALGO_SHA1,
^~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:19:2: note: previous definition of ‘HASH_ALGO_SHA1’ was here
HASH_ALGO_SHA1,
^~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:20:2: error: redeclaration of enumerator ‘HASH_ALGO_RIPE_MD_160’
HASH_ALGO_RIPE_MD_160,
^~~~~~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:20:2: note: previous definition of ‘HASH_ALGO_RIPE_MD_160’ was here
HASH_ALGO_RIPE_MD_160,
^~~~~~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:21:2: error: redeclaration of enumerator ‘HASH_ALGO_SHA256’
HASH_ALGO_SHA256,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:21:2: note: previous definition of ‘HASH_ALGO_SHA256’ was here
HASH_ALGO_SHA256,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:22:2: error: redeclaration of enumerator ‘HASH_ALGO_SHA384’
HASH_ALGO_SHA384,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:22:2: note: previous definition of ‘HASH_ALGO_SHA384’ was here
HASH_ALGO_SHA384,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:23:2: error: redeclaration of enumerator ‘HASH_ALGO_SHA512’
HASH_ALGO_SHA512,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:23:2: note: previous definition of ‘HASH_ALGO_SHA512’ was here
HASH_ALGO_SHA512,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:24:2: error: redeclaration of enumerator ‘HASH_ALGO_SHA224’
HASH_ALGO_SHA224,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:24:2: note: previous definition of ‘HASH_ALGO_SHA224’ was here
HASH_ALGO_SHA224,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:25:2: error: redeclaration of enumerator ‘HASH_ALGO_RIPE_MD_128’
HASH_ALGO_RIPE_MD_128,
^~~~~~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:25:2: note: previous definition of ‘HASH_ALGO_RIPE_MD_128’ was here
HASH_ALGO_RIPE_MD_128,
^~~~~~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:26:2: error: redeclaration of enumerator ‘HASH_ALGO_RIPE_MD_256’
HASH_ALGO_RIPE_MD_256,
^~~~~~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:26:2: note: previous definition of ‘HASH_ALGO_RIPE_MD_256’ was here
HASH_ALGO_RIPE_MD_256,
^~~~~~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:27:2: error: redeclaration of enumerator ‘HASH_ALGO_RIPE_MD_320’
HASH_ALGO_RIPE_MD_320,
^~~~~~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:27:2: note: previous definition of ‘HASH_ALGO_RIPE_MD_320’ was here
HASH_ALGO_RIPE_MD_320,
^~~~~~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:28:2: error: redeclaration of enumerator ‘HASH_ALGO_WP_256’
HASH_ALGO_WP_256,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:28:2: note: previous definition of ‘HASH_ALGO_WP_256’ was here
HASH_ALGO_WP_256,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:29:2: error: redeclaration of enumerator ‘HASH_ALGO_WP_384’
HASH_ALGO_WP_384,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:29:2: note: previous definition of ‘HASH_ALGO_WP_384’ was here
HASH_ALGO_WP_384,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:30:2: error: redeclaration of enumerator ‘HASH_ALGO_WP_512’
HASH_ALGO_WP_512,
^~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:30:2: note: previous definition of ‘HASH_ALGO_WP_512’ was here
HASH_ALGO_WP_512,
^~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:31:2: error: redeclaration of enumerator ‘HASH_ALGO_TGR_128’
HASH_ALGO_TGR_128,
^~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:31:2: note: previous definition of ‘HASH_ALGO_TGR_128’ was here
HASH_ALGO_TGR_128,
^~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:32:2: error: redeclaration of enumerator ‘HASH_ALGO_TGR_160’
HASH_ALGO_TGR_160,
^~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:32:2: note: previous definition of ‘HASH_ALGO_TGR_160’ was here
HASH_ALGO_TGR_160,
^~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:33:2: error: redeclaration of enumerator ‘HASH_ALGO_TGR_192’
HASH_ALGO_TGR_192,
^~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:33:2: note: previous definition of ‘HASH_ALGO_TGR_192’ was here
HASH_ALGO_TGR_192,
^~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:34:2: error: redeclaration of enumerator ‘HASH_ALGO_SM3_256’
HASH_ALGO_SM3_256,
^~~~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:34:2: note: previous definition of ‘HASH_ALGO_SM3_256’ was here
HASH_ALGO_SM3_256,
^~~~~~~~~~~~~~~~~
In file included from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/backport-pkcs7.h:12:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/include/crypto/pkcs7.h:10,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_parser.h:9,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:17:
./include/linux/hash_info.h:35:2: error: redeclaration of enumerator ‘HASH_ALGO__LAST’
HASH_ALGO__LAST
^~~~~~~~~~~~~~~
In file included from ../include/crypto/hash_info.h:19:0,
from /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.c:15:
../include/uapi/linux/hash_info.h:35:2: note: previous definition of ‘HASH_ALGO__LAST’ was here
HASH_ALGO__LAST
^~~~~~~~~~~~~~~
make[7]: *** [../scripts/Makefile.build:339: /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat/verification/pkcs7_verify.o] Error 1
make[6]: *** [../scripts/Makefile.build:652: /home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports/compat] Error 2
make[5]: *** [/home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/Makefile:1656: _module_/home/vkchlt0592/Desktop/Work/Proper_CMEU_NNSC/cmeu_nnsc/src/Nano_SDK/Linux_for_Tegra/sources/kernel/kernel-4.9/FMAC_module/new/cypress-fmac-v5.15.58-2023_0222/v5.15.58-backports] Error 2
make[4]: *** [Makefile:171: sub-make] Error 2
make[3]: *** [Makefile:24: __sub-make] Error 2
make[2]: *** [Makefile.build:13: modules] Error 2
make[1]: *** [Makefile.real:88: modules] Error 2
make: *** [Makefile:43: modules] Error 2
AIROC™ Bluetooth® SDK 4.4.0 is targeted for the CYW20706, CYW20719B2, CYW20721B2, CYW20736, CYW20835B1, CYW20819, CYW20820, CYW20829, CYW30739, CYW89820, CYW43012 AIROC™ Wi-Fi & Bluetooth® combo chips (for embedded Bluetooth® development only), and CYW5557x AIROC™ Wi-Fi & Bluetooth® combo chips. ModusToolbox™ software with the Bluetooth® SDK software library provides a complete development environment to allow you to quickly create Bluetooth®-enabled IoT solutions such as smartwatches, medical devices, or home automation platforms. This document describes the features and known limitations of Bluetooth® SDK 4.4.0.
Show LessI want to check if CAN works with custom applications and EZ-Serial applications on the same BLE SoC. Let's say CYBT-483056.
Instead of using a separate microcontroller to send commands to the BLE SoC containing the EZ-Serial image via UART, both can be used on any CAN architecture. Suppose I have one thread running EZ serial and another thread running my application. Suppose they are communicating using some sort of function call or API that receives text or binary commands from the application thread and sends them from the EZ serial module to respond.
Show Less
We have an official release of the Infineon AIROC Connectivity STM32 Expansion Pack v1.5.0 - Expansion Pack Link
In this update, we introduce support for the Wi-Fi 6/6E family and CYW43022 (Wi-Fi 5), along with compatibility for the Nucleo-144 shield board produced by MuRata (Embedded Artist).
The Infineon Expansion Pack seamlessly empowers customers to integrate Infineon AIROC connectivity solutions into a broad spectrum of mass-market applications.
This release not only broadens our product portfolio with the inclusion of AIROC Wi-Fi 6/6E family chips, but also facilitates an effortless integration process, allowing our customers to harness the full potential of our Wi-Fi solutions.
For comprehensive information, please refer to the attached Expansion Pack User Guide (v1.5.0).
Download and Learn More:
To access the latest release and gain further insights, please visit our Infineon GitHub repository:
- Infineon GitHub: GitHub Link
- Infineon AIROC Wi-Fi/BT Connectivity STM32 User Guide v1.5.0: User Guide Link
- Infineon AIROC Wi-Fi/BT Connectivity STM32 Expansion Pack v1.5.0: Expansion Pack Link
Here is a summary of the key highlights in this release:
What's Included:
- Support for new Infineon AIROC Wi-Fi / Bluetooth combo chips - CYW43022 (Ultra-low power), CYW55512/3 (Wi-Fi 6/6E 1x1), and CYW55572/3 (Wi-Fi 6/6E, 2x2).
Version 1.5.0 (Build 4497) Highlights:
- Added support for Nucleo-144 shield boards.
- Introduced support for Infineon Wi-Fi 6/6E family combo chips – CYW5557x - 2x2 Wi-Fi 6/6E & CYW5551x - 1x1 Wi-Fi 6/6E.
- Included support for Infineon CYW43022 chip.
Supported STM32 Nucleo-144/Eval Boards and MCUs:
- MuRata Nucleo-144 Adapter board + M.2 Wi-Fi module.
- NUCLEO-H563ZI board and STM32H5xx
- STM32H747I-DISCO Discovery kit and STM32H7xx
- STM32U575I-EV Evaluation board and STM32U5xx
- STM32L562E-DK kit and STM32L5xx
Upcoming Release v1.6.0:
- Addition of STM32 Nucleo-144 board support across all series.
- TCPKA keepalive (payload) offload with multiple sessions.
- Wake-on-WLAN (wowlpf) support for remote wake-up.
- TLS over TKO integration.
- MQTT keepalive enhancement.
AIROC™ Bluetooth® SDK 4.3.0 is targeted for the CYW20706, CYW20719B2, CYW20721B2, CYW20736, CYW20835B1, CYW20819, CYW20820, CYW20829, CYW30739, CYW89820, CYW43012 AIROC™ Wi-Fi & Bluetooth® combo chips (for embedded Bluetooth® development only), and CYW5557x AIROC™ Wi-Fi & Bluetooth® combo chips. ModusToolbox™ software with the Bluetooth® SDK software library provides a complete development environment to allow you to quickly create Bluetooth®-enabled IoT solutions such as smartwatches, medical devices, or home automation platforms. This document describes the features and known limitations of Bluetooth® SDK 4.3.0.
Show Less