wifi test commands

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

cross mob
sugac_3385211
Level 3
Level 3
5 likes given First like given

Hi,

We just started working on CYW43438 .

Is there any API interface in WICED SDK ,for which python script  can be written to test wifi.

Regards,

Suresh

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

You could use the wl utility present in the SDK to test the wifi device. The following documentation could help you in setting up the console for testing out the wl commands. /43xxx_Wi-Fi/doc/WICED-MFG202-R.pdf

could help you in setting testing the device. More on WL utility and commands associated with it can be found in the following link. CYW43XX Technical Information - WL Tool for Embedded 802.11 Systems .

Scripts to do wlan testing could also be found here in the following directory : /43xxx_Wi-Fi/libraries/test/wl_tool/scripts/

I have also attached a python script to issue wl commands from script to the utility.

View solution in original post

1 Reply
lock attach
Attachments are accessible only for community members.
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

You could use the wl utility present in the SDK to test the wifi device. The following documentation could help you in setting up the console for testing out the wl commands. /43xxx_Wi-Fi/doc/WICED-MFG202-R.pdf

could help you in setting testing the device. More on WL utility and commands associated with it can be found in the following link. CYW43XX Technical Information - WL Tool for Embedded 802.11 Systems .

Scripts to do wlan testing could also be found here in the following directory : /43xxx_Wi-Fi/libraries/test/wl_tool/scripts/

I have also attached a python script to issue wl commands from script to the utility.