32 Commits

Author SHA1 Message Date
sushant
3f047763bb Added uss-bss-transition and disable-twt
added example on how to use flags

Signed-off-by: sushant <sushant.bawiskar@candelatech.com>
2021-05-17 17:13:28 +05:30
Jed Reynolds
d300ac1804 lf_associate_ap: adds ieee80211w switch 2020-10-14 10:02:36 -07:00
Jed Reynolds
5b18849fed associate: adds help for DHCP, DHCP6 2020-09-02 12:19:06 -07:00
Jed Reynolds
4eee7dda45 associate: improves flags for DHCP, DHCP6 2020-09-02 12:08:48 -07:00
Jed Reynolds
35b3c8a941 associate: adds dhcp6 switch 2020-09-02 11:32:17 -07:00
Jed Reynolds
d2891904ac associate_ap: now uses Utils::mac_add when multiple stations requested but mac_pattern lacks tokens 2020-04-29 00:45:38 -07:00
Jed Reynolds
845bbf6ba9 Utils: adds mac_add and uses it in lf_associate_ap 2020-04-28 23:07:16 -07:00
Jed Reynolds
7ea9fd6933 associate_ap: fixes various regexes related to determining station association 2020-04-27 23:53:47 -07:00
Jed Reynolds
99631ec92d associate_ap: fixes blank string argument for gateway 2020-04-27 22:35:05 -07:00
Jed Reynolds
ed19eff1a3 associate_ap: adds --gateway option to script 2020-04-27 22:19:08 -07:00
Ben Greear
9e12eac1e6 lf-associate: Properly ignore channel and nss if user does not input any values.
Otherwise, radio values are un-expectedly set to the default values.
2020-03-31 14:36:03 -07:00
Ben Greear
41abc4f5f2 Add tos-plus test script
Update lf_associate comments, firemod defaults, and make tos script
use AutoHelper and multicon 1.
2020-03-31 11:41:38 -07:00
Jed Reynolds
90a3ac8c51 associate_ap: improves messages 2020-03-23 17:16:58 -07:00
Jed Reynolds
19d548ab91 associate_ap: progress output, some more graceful waiting to make station creation more predictable 2020-03-20 16:31:03 -07:00
Jed Reynolds
2e46640488 associate_ap: improves regex for MAC: field, debugging 2020-03-13 15:51:08 -07:00
Jed Reynolds
e4f1a25a6c associate_ap: now uses utils->connect, removes old subs, fixes del_port, fixes utils refs 2020-03-12 15:48:44 -07:00
Ben Greear
d824eb2e66 Fix perl use of 'use lib'
The 'use lib' logic happens in the pre-compile stage, so one cannot
use normal 'if' logic to use a particular INC.  Instead, just make sure
that best dir is added to 'use lib' last since it prepends to INC.
2020-03-04 16:35:47 -08:00
Jed Reynolds
b371a8a649 lf_associate: adds timings to avoid creating redundant EIDs between add_vsta and set_port: manager cannot drain request queue fast enough 2020-01-13 12:26:23 -08:00
Jed Reynolds
05eda4ed71 lf_associate_ap: corrects comment 2019-11-16 11:28:46 -08:00
Jed Reynolds
00a43e5953 associate_ap: adds flags for new modes, flag fields, durns off warning, adds wpa3 mask, fixes undef error when not associated 2019-11-06 15:32:24 -08:00
Jed Reynolds
0f0cdae695 lf_associate_ap: removes debugging exit; fixes setting channel that was overridden by setting any frequency mode 2019-05-08 15:06:04 -07:00
Jed Reynolds
1ad7972071 lf_associate_ap gains ability to set antenna and frequency 2019-05-08 14:54:26 -07:00
Jed Reynolds
c69c474535 retabify lf_associate_ap.pl 2019-05-07 19:32:41 -07:00
Ben Greear
79c23ed313 Support modifying IP/DHCP in wlanpro and other helper scripts.
Fix setting fixed vs IP in lf_associate as well.
2018-08-08 17:44:09 -07:00
Ben Greear
179ac78524 lf-associate: Deal with wlanX names
Script was trying to make it staX instead.  Use first
station as named regardless.
2018-07-19 12:49:01 -07:00
Ben Greear
8ed7f0b1e6 lf-assoc: Improve performance, don't change mac for created sta by default
There is no need to map sta name to port-id, and that method was quite
costly since it requested IDs for all ports.  Instead, just use the
port-name, which is going to work more reliably anyway.

And, don't change MAC of already-created station unless user specifically
requests this with --change_mac
2018-07-18 08:54:23 -07:00
Ben Greear
17f6cd088b lf-associate: Fix changing encryption to open 2018-07-18 08:19:37 -07:00
Ben Greear
eedcc9a2a6 associate: use 'DEFAULT' for AP
Instead of AUTO, that is more in line with what our GUI
does.
2018-07-13 08:46:10 -07:00
Ben Greear
638fccc482 scripts: Add wlanpros test case script.
And tweak other scripts to make them work better, including taking
a lot of sleeps out of the lf_associate_ap.pl script to speed it up.
2018-07-12 16:57:46 -07:00
Jed Reynolds
62f80b0aae lf_associate_ap: adds --bssid option for associating a station with specific AP 2018-01-25 14:12:00 -08:00
Jed Reynolds
41fe0661e5 Adds --help|-h options; shows usage message and exits 0 if no arguments 2017-10-16 19:00:55 -07:00
Ben Greear
72712ff548 Add scripts from the tools directory in the private Candela repo.
These scripts will now be publicly available in a git repo for
easier shared development and change tracking.
2017-10-06 13:41:50 -07:00