WICED wifi return error code

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

cross mob
Anonymous
Not applicable

Hi,

I am looking for error code which will return when password entered by station device( PC/smartphone, etc,) is incorrect.

I can see "wiced_join_events_handler()" defined in "wwd_wifi.c" which returns "event_types" of various events defined in "wwd_events.h"

Can anyone tell me out of these events, which event should I use to identify password entered by user is wrong

mwf_mmfaejaeyoungarvindsmkochhal@

0 Likes
3 Replies
Anonymous
Not applicable

Can someone please reply as I need answer to this question asap

mwf_mmfaejaeyoung

0 Likes

Hi,

When the client connects to Wiced device with wrong password, the connection is refused. On the other hand the application is notified with a callback that a connection request is placed. With current implementation, the MCU is not notified with the rejected connection request, due to the wrong password. There is an intention to implement such rejected connection notifications.

Thanks,

Seyhan

Anonymous
Not applicable

Hi   seyhan,


Thanks for the reply.


If such feature is implemented in next sdk, just let me know.

0 Likes