Event registration for wifi on WICED.

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

cross mob
supac_4156951
Level 1
Level 1

Need information for Callback registration for events like  Link/connection up/down , wifi hardware error,etc.

Can Event be registered in wiced  for wifi for particular events.

there are not many significant APIs to cover wifi events POLLING.

Any Alternative to handle situations of physical Events like connection error or hardware error.

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

You can check 43xxx_Wi-Fi/WICED/internal/wifi.c for the events supported in WICED. That file contains the callbacks and if you want to register for it, you just need to enable the debug prints in wiced_defaults.h (WPRINT_ENABLE_NETWORK_DEBUG)

View solution in original post

1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

You can check 43xxx_Wi-Fi/WICED/internal/wifi.c for the events supported in WICED. That file contains the callbacks and if you want to register for it, you just need to enable the debug prints in wiced_defaults.h (WPRINT_ENABLE_NETWORK_DEBUG)