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?
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.
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?