Wifi Testing on BCM94343W_AVN

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

cross mob
Anonymous
Not applicable

I am able to do the wifi testing on command prompt using wl tool (wl4343WA1.exe).

we have the source code of wl tool. which is located at 'libraries/test/wl_tool'

I want to do the wifi testing on command console  (test.console app) ?

Is it possible to do it ?

Would anyone help me, how to do it ?

0 Likes
1 Solution
Anonymous
Not applicable

I  am able to test the WIfI from  console app.

Steps to be followed,

Enable the "CONSOLE_ENABLE_WL ?= 1" in test/console.mk.

But it takes lot of memory.

so I disable all the other console application command and  only run the WL_COMMANDS.

It works.

View solution in original post

2 Replies
Anonymous
Not applicable

I  am able to test the WIfI from  console app.

Steps to be followed,

Enable the "CONSOLE_ENABLE_WL ?= 1" in test/console.mk.

But it takes lot of memory.

so I disable all the other console application command and  only run the WL_COMMANDS.

It works.

Thank you for reporting back with the solution

0 Likes