Mbed OS AP Mode Support for Cypress PSoC6

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

cross mob
evaesteban
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hi everyone,

I'm working with the Cypress PSoC 6 board in Mbed OS. I need to develop an AP Mode WiFi example. Are there any examples available? Can you send me some resources to get started?

Thank you.

0 Likes
1 Solution
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

AP Mode API calls are supported by the WHD driver-

https://infineon.github.io/wifi-host-driver/html/group__wifisoftap.html

You can use these APIs to initialize the device in AP mode. Only thing to check is DHCP support which is part of the networking stack and implemented in it. Which networking stack are you using? If it's lwIP, we do have a middleware "lwIP-whd -port" which is part of the software stack in MTB, it implements DHCP.

https://github.com/Infineon/wifi-mw-core/tree/master/lwip-whd-port

Thanks

Aditi

View solution in original post

0 Likes
1 Reply
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

AP Mode API calls are supported by the WHD driver-

https://infineon.github.io/wifi-host-driver/html/group__wifisoftap.html

You can use these APIs to initialize the device in AP mode. Only thing to check is DHCP support which is part of the networking stack and implemented in it. Which networking stack are you using? If it's lwIP, we do have a middleware "lwIP-whd -port" which is part of the software stack in MTB, it implements DHCP.

https://github.com/Infineon/wifi-mw-core/tree/master/lwip-whd-port

Thanks

Aditi

0 Likes