NetX_Duo Internal DHCP Server issue configuration ap - AKA the problem everybody is having with board not working out of box w/BCM94343_AVN

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

cross mob
joMa_1809706
Level 4
Level 4
10 likes received First like received First like given

Here is where it hangs when booting the board up after the 5 second hold message and fails to post the configuration ap connect info.

In wiced_network.c under the NetX_Duo directory the code fails to exit the while loop below

else if ( config == WICED_USE_INTERNAL_DHCP_SERVER )

{

/* Create the DHCP Server. */

while ( IP_HANDLE(interface).nx_ip_driver_link_up == NX_FALSE ) // This case happens after p2p moves from group negotiation to starting the group owner

               {

     host_rtos_delay_milliseconds(10);

               }

0 Likes
0 Replies