wps_internal_init with WPS_PIN_MODE not working

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

cross mob
Anonymous
Not applicable

In the file wiced_p2p.c we modified the wps initialization of p2p_run_as_go in this way:

wps_internal_init( wps_registrar, WICED_AP_INTERFACE, WPS_PIN_MODE, "00000000", &credential, 1 );

with this configuration the android device cannot connect, why?

We supposed that using the PIN mode on the android end a PIN popup would have been shown. Is there some other parameters that we should have changed?

Thanks in advance for the support.

0 Likes
5 Replies
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA
0 Likes
Anonymous
Not applicable

Yes, it was an attempt to fix the problem.....

GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

One question, are you using LwIP? WPS (PBC and PIN modes) does not work with LwIP?

0 Likes
Anonymous
Not applicable

Nope, this is what i get on startup

Platform BCM943362WCD4 initialised

Started ThreadX v5.5

Initialising NetX_Duo v5.6

Creating Packet pools

Starting Wiced v2.4.1

GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

PIN mode support for P2P will be improved with SDK3.1.1

0 Likes