How does wireless link notification work?

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

cross mob
Anonymous
Not applicable

[WICED-SDK-2.2.1]

In WICED, how does the Application Receive Notification That the Station Became Disassociated?

0 Likes
1 Reply
Anonymous
Not applicable
WICED includes a snippet application that demonstrates this feature.

The app (called link_status) demonstrates how to asynchronously handle

changes in the Wi-Fi link connection status.

The app implements asynchronous link status notification using semaphores and the wiced_link_state_xxx() API:

wiced_link_state_subscribe();

wiced_link_state_unsubscribe();
0 Likes