Sample code using "cy_wcm_custom_ie_info_t".

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
tayo
Level 5
Level 5
Distributor - Macnica (Japan)
100 replies posted 25 solutions authored 250 sign-ins

Hello Infineon support team.

I'm evaluating WLAN(SoftAP mode) using following environment.
- HW: CY8CKIT-062S2-43012
- SW: ModusToolBox version 2.4
TCP_Server Application

In SoftAp mode, I would like to add a custom info in the beacon IE.
I guess the structure "cy_wcm_custom_ie_info_t" will be useful. But I don't know the way exactly.

<cy_wcm.h>
typedef struct
{
uint8_t oui[CY_WCM_MAX_IE_LENGTH]; /**< Unique identifier for the IE. */
uint8_t subtype; /**< Sub-type of the IE. */
void *data; /**< Pointer to IE data. */
uint16_t length; /**< IE data length. */
uint16_t ie_packet_mask; /**< Mask of the IE details to be included \ref cy_wcm_ie_mask_t */
} cy_wcm_custom_ie_info_t;


Does Infineon have any sample code that use the "cy_wcm_custom_ie_info_t"?

Thanks,
Tayo

0 Likes
2 Replies
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

May I know what custom info you want to add?

Thanks

Aditi

0 Likes
tayo
Level 5
Level 5
Distributor - Macnica (Japan)
100 replies posted 25 solutions authored 250 sign-ins

Hello Aditi-san

The assumed info is our product ID and so on.

Thanks,

Tayo

0 Likes