WiFi STA link status up or down callbacks

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

cross mob
Anonymous
Not applicable

On WICED-SDK-3.5.1, I see that the callbacks for up or down are not working reliably.

for snip.link_status: after you register callbacks and bring up STA.

    /* Register callbacks */

    wiced_network_register_link_callback( link_up, link_down, WICED_STA_INTERFACE );

    /* Bring up the STA (client) interface ------------------------------------------------------- */

    wiced_network_up( WICED_STA_INTERFACE, WICED_USE_EXTERNAL_DHCP_SERVER, NULL );

    /* Initialise semaphore to notify when the network comes up */

    wiced_rtos_init_semaphore( &link_up_semaphore );

I see that when you bring the AP down, the link down status callback only gets pushed out to subscribers upon a subsequent bring up of the AP?

0 Likes
4 Replies
Anonymous
Not applicable

Which device and platform are you running this on? Can you try sdk 3.6.0 which should be in the same place you got 3.5.1 from?

0 Likes
Anonymous
Not applicable

Hi.

We are using the ISM43341 Inventek's module. I can try the 3.6.0 SDK.

let me get back on this.

Thanks!

0 Likes

Adding the Inventek technical team santoldickbals@inventeksys.com

0 Likes

Hello

Hoping to check in with you on your progress and general status.

Thanks!

Al

Al Serpa

Inventek Systems

  1. www.INVENTEKSYS.com

2 Republic Road

Billerica, MA 01862

978-667-1962 Office

978-667-1949 Fax

0 Likes