raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.27k stars 844 forks source link

no way to abort/stop wifi scan #1561

Closed MrJake222 closed 7 months ago

MrJake222 commented 7 months ago

My array is limited. There is no way to stop receiving results from callback.

peterharperuk commented 7 months ago

Wrong repo https://github.com/georgerobotics/cyw43-driver

peterharperuk commented 7 months ago

Please raise this against the correct repo. You are right that the api is not great. There should probably be a cancel which requires sending the "escan" message to the wifi firmware with the action set to 3 (abort)

peterharperuk commented 7 months ago

https://github.com/georgerobotics/cyw43-driver/issues/101