georgerobotics / cyw43-driver

Other
83 stars 42 forks source link

Wi-Fi Direct (Wi-Fi peer-to-peer) support #84

Closed attilaz closed 11 months ago

attilaz commented 1 year ago

In the code there is a definition of WWD_P2P_INTERFACE, but there is no usage code for it. https://github.com/georgerobotics/cyw43-driver/blob/8ef38a6d32c54f850bff8f189bdca19ded33792a/src/cyw43_ll.c#L161

I am assuming it is an interface for this: https://en.wikipedia.org/wiki/Wi-Fi_Direct. Does the firmware supports this interface? and If yes is it planned to expose it with C api?

attilaz commented 11 months ago

After some investigation I found that firmware support Wi-Fi Direct(p2p). But as there was no answer for this question I guees probably makes no sense to add it to this driver.