How to associate with an open Access Point with mfg_test?

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

cross mob
Anonymous
Not applicable

Hello,

How to make a script, that it will be to associate with an open Access Point oraz searching any networks?:confused: I dont know how to use the manufacturing test aplication, is it a specific sequence of commands to the device to work properly? I reed about it on WICED-MFG201-R (page 17, subject: 4.5 Other), but it doesnt work. Please help.

best regards,

0 Likes
1 Solution
Anonymous
Not applicable
Hi,

You can use the join command to associate to an open AP using the mfg_test app.

To associate:

> wl.exe --serial <your_COM_port_number> join <SSID_of_the_AP_you_are_associating_to>

To check status:

> wl.exe --serial <your_COM_port_number> status

Thanks

View solution in original post

1 Reply
Anonymous
Not applicable
Hi,

You can use the join command to associate to an open AP using the mfg_test app.

To associate:

> wl.exe --serial <your_COM_port_number> join <SSID_of_the_AP_you_are_associating_to>

To check status:

> wl.exe --serial <your_COM_port_number> status

Thanks