Commit Graph

396 Commits

Author SHA1 Message Date
Dipti Dhond
f71c2ceb25 added wpa3 security 2020-07-15 13:44:01 -07:00
Dipti Dhond
45a8c2e54f small syntax edits 2020-07-14 19:58:10 -07:00
Dipti Dhond
265bf58c70 added mask for station flag 2020-07-14 17:14:14 -07:00
Dipti Dhond
472919790f print statement moved 2020-07-14 17:13:17 -07:00
Dipti Dhond
24b12c2bb2 added 'open' to use_security 2020-07-14 15:31:44 -07:00
Dipti Dhond
6823a06cf7 pushing capture changes 2020-07-14 12:47:48 -07:00
Logan Lipke
2058defb26 Changed use_security to remove flags from desired_add_sta_flags/_mask, authentication type should work properly now 2020-07-14 11:58:55 -07:00
Logan Lipke
f8ff6af1b6 Fixed key error in use_security 2020-07-14 10:41:52 -07:00
Logan Lipke
181c68e4f9 Changed use_wpa2 to use_security function WIP, tested with WPA2, not yet tested with WEP, WPA, WPA3 2020-07-14 10:23:18 -07:00
Dipti Dhond
9ba16108a6 monitor changes - now works 2020-07-13 19:49:02 -07:00
Logan Lipke
b8bb9c4d8b Changed use_wpa2 to use_security function WIP, tested with WPA2, not yet tested with WEP, WPA, WPA3 2020-07-13 17:19:09 -07:00
Dipti Dhond
8c2f9e4ded updates to realm.py class- under monitor 2020-07-13 14:05:28 -07:00
Logan Lipke
0b0a51487d Added resource and station_list parameters to wait_for_ip 2020-07-13 12:42:13 -07:00
Jed Reynolds
1933a2661f realm.py: adds WifiMonitor class 2020-07-10 17:30:58 -07:00
Jed Reynolds
39d2f65f4f add_monitor.py: defines flags used when creating monitor port 2020-07-10 17:30:58 -07:00
Logan Lipke
3110c9b757 Removed unnecessary print 2020-07-10 13:58:36 -07:00
Logan Lipke
66f0ae8d3a Added local_realm parameter to StationProfile in new_station_profile 2020-07-10 13:20:37 -07:00
Logan Lipke
2cadb84f4c Added methods to Realm to remove all stations, endps, or cxs 2020-07-10 12:01:58 -07:00
Logan Lipke
cdd1b8f078 Added cleanup to StationProfile, L3CXProfile, and L4CXProfile. Added start and stop cx methods to L4CXProfile. Added local_realm param to StationProfile 2020-07-09 17:30:29 -07:00
Logan Lipke
28d1bc227a Added ipv6 boolean to Realm.wait_for_ip, setting to true will wait for ipv6 addresses to be assigned as opposed to ipv4 2020-07-08 16:15:58 -07:00
Logan Lipke
d06ced4dfe Improved return and printed extra info 2020-07-07 13:49:15 -07:00
Logan Lipke
66fdf24ab1 Added debug output for L4CXProfile's check_errors method 2020-07-07 11:50:37 -07:00
Logan Lipke
5a5ae74980 Added check_errors method to L4CXProfile; checks if any url errors have occurred 2020-07-07 11:30:16 -07:00
Logan Lipke
377523b4a9 Removed unnecessary whitespace 2020-07-06 13:46:28 -07:00
Logan Lipke
43f7559c51 Added wait_for_ip method to Realm, waits for all eth and sta ports to get ip 2020-07-06 13:45:25 -07:00
Logan Lipke
5835dfa5cb Improved creation of L4CX to make better use of name_to_eid 2020-07-03 17:02:20 -07:00
Logan Lipke
509f77f2e7 Changed name of l4 cx to fit naming conventions 2020-07-03 16:31:36 -07:00
Jed Reynolds
3c21b6cab1 LFUtils.py: quieter 2020-07-03 07:54:43 -07:00
Logan Lipke
2addfdb290 Reduced number of stations needed to add suppress_preexec to sta_data, added extra debug info, moved some lines to better spots 2020-07-02 16:15:13 -07:00
Logan Lipke
64fd144583 Added missing parameter, fixed bad list index 2020-07-02 12:38:41 -07:00
Jed Reynolds
5874194453 realm.py: station profile tests param name for interest flags 2020-07-02 12:15:41 -07:00
Jed Reynolds
013093c47a realm.py: adds l3_profile start_cx(); improves debugging flags 2020-07-02 11:02:29 -07:00
Jed Reynolds
de66c8ff81 LFUtils.py: more PEP8 method names, output improvements 2020-07-02 11:01:41 -07:00
Jed Reynolds
c33da1048f lfcli_base.py: fixes munched param name 2020-07-02 01:45:37 -07:00
Jed Reynolds
477a70a311 realm.py: lots of fixes, now creates L3 connections 2020-07-02 01:45:18 -07:00
Jed Reynolds
2aa5369952 realm.py: adds report timer to L3_cx_profile 2020-07-01 23:01:32 -07:00
Jed Reynolds
ae327eb6c2 realm.py: renames variables to more specific units, is now able to create CX 2020-07-01 17:00:28 -07:00
Jed Reynolds
582d667021 realm.py: corrects scope of declared parameters 2020-07-01 17:00:28 -07:00
Jed Reynolds
89b8dd7aef LFRequest.py: updates debug line refs 2020-06-30 15:34:05 -07:00
Jed Reynolds
6503a03d31 removed stray character 2020-06-30 14:53:18 -07:00
Jed Reynolds
07112693af lfcli_base.py: updates pydoc 2020-06-30 14:25:55 -07:00
Jed Reynolds
2fe9eefcea JSON: Realm: wait_while_building() works better now 2020-06-30 14:25:55 -07:00
Logan Lipke
f92e4fae29 Changed getAsJson parameters to use debug_ instead of show_error 2020-06-30 09:36:55 -07:00
Jed Reynolds
ebf6737edb JSON: replace show_error with debug 2020-06-29 23:21:06 -07:00
Jed Reynolds
f202fc7c97 JSON: realm.py: WIP 2020-06-29 23:20:15 -07:00
Jed Reynolds
59a7762dec lfcli_base.py: uses return parameter to capture resulting post result 2020-06-29 19:38:02 -07:00
Jed Reynolds
67ad3fa412 LFRequest.py: introduces return parameter for fetching resulting JSON data 2020-06-29 19:38:02 -07:00
Jed Reynolds
7b488a8553 JSON: LFCliBase json_post improves terminology and completeness for suppressing related commands 2020-06-29 14:20:08 -07:00
Logan Lipke
38b424e8b3 Merge remote-tracking branch 'origin/master' 2020-06-26 18:00:14 -07:00
Logan Lipke
19fcd5aa08 Added min and max pkt-size init parameters for L3CXProfile, added created_cx list for tracking created cxs and endps 2020-06-26 17:57:59 -07:00