Commit Graph

184 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
d264307a83 cisco_wifi_ctl.py: debug for commands 2021-01-19 13:11:46 -07:00
Chuck SmileyRekiere
f76e16191c cisco_wifi_ctl.py : LCS-34 Tx-power:
WLAN update controller configuration for open security
2021-01-19 08:40:57 -07:00
Chuck SmileyRekiere
e02304e60e cisco_wifi_ctl.py : temporary timing fix for controller
lf_cisco_power.py : loggin for calc_dbm_beacon
2021-01-18 17:42:33 -07:00
Chuck SmileyRekiere
140da5e12b cisco_wifi_ctl.py : additional debug on show wlan summary 2021-01-14 15:43:09 -07:00
Chuck SmileyRekiere
cbdf077e09 cisco_wifi_ctl.py : debugging show wlan summary, for controller 2021-01-14 15:18:36 -07:00
Chuck SmileyRekiere
06cb15c986 cisco_wifi_ctl.py : command updates for creating wlan 2021-01-14 14:42:58 -07:00
Chuck SmileyRekiere
877faafc79 cisco_wifi_ctl.py : create_wlan 2021-01-13 14:36:22 -07:00
Chuck SmileyRekiere
a67a12783d lf_cisco_power.py cisco_wifi_ctl.py : make parameters required 2021-01-13 13:48:14 -07:00
Chuck SmileyRekiere
5c7769c01a cisco_wifi_ctl.py : separate out enable and disable for wlan 2021-01-13 13:31:38 -07:00
Chuck SmileyRekiere
5810004700 cisco_wifi_ctl.py : debug for enable_wlan 2021-01-13 13:16:19 -07:00
Chuck SmileyRekiere
f12992ef9e cisco_wifi_ctl.py : controller has delay in enabling the 5ghz network 2021-01-13 12:51:19 -07:00
Chuck SmileyRekiere
4895a49f99 cisco_wifi_ctl.py , lf_cisco_power.py : updates based on timing change 2021-01-08 13:52:58 -07:00
Chuck SmileyRekiere
e32fc4fadb lf_cisco_power.py : diff of beacon/measured combined/measure
cisco_wifi_ctl.py : add reminder for 3504 (Cisco Controller)
2020-12-15 15:44:13 -07:00
Chuck SmileyRekiere
3a4915088b cisco_wifi_ctl.py : try to restablish connection on timeout 2020-12-11 07:21:37 -07:00
Chuck SmileyRekiere
e8cd01461d cisco_wifi_ctl.py : reduce logging, lf_cisco_power.py bug fix 2020-12-10 21:44:53 -07:00
Chuck SmileyRekiere
0d758d6fe8 cisco_wifi_ctl.py : using defines (forgot didn't need quotes) 2020-12-10 20:41:40 -07:00
Chuck SmileyRekiere
4c2d6f6be6 cisco_wifi_ctl.py : checking prompts 2020-12-10 20:32:56 -07:00
Chuck SmileyRekiere
92ee0b67ee cisco_wifi_ctl.py : sequence the prompts correctly 2020-12-10 20:04:39 -07:00
Chuck SmileyRekiere
94e5738539 cisco_wifi_ctl.py : exit and end has changed for the controller 2020-12-10 19:55:08 -07:00
Chuck SmileyRekiere
84488367d0 cisco_wifi_ctl.py : bug fixes 2020-12-10 19:35:10 -07:00
Chuck SmileyRekiere
f5d998d49e cisco_wifi_ctl.py : configurable prompt 2020-12-10 19:11:47 -07:00
Chuck SmileyRekiere
cb2f77654d cisco_wifi_ctl.py, lf_cisco_power.py : need to get to working state. 2020-11-19 20:03:59 -07:00
Chuck SmileyRekiere
b6085a02fc cisco_wifi_ctl.py : bug fix for std out 2020-11-19 18:29:55 -07:00
Chuck SmileyRekiere
aa553915c1 cisco_wifi_ctl.py , lf_cisco_power.py : bug fixes 2020-11-19 18:10:19 -07:00
Chuck SmileyRekiere
9d601656cd cisco_wifi_ctl.py , lf_cisco_power.py have stdout use basicConfig, it will
duplicate log messages will need to address later.
2020-11-19 17:38:50 -07:00
Chuck SmileyRekiere
0d10dcc862 cisco_wifi_ctl.py, lf_cisco_power.py : the capturing of output flag
did not work as intended.
2020-11-19 17:32:09 -07:00
Chuck SmileyRekiere
4ca5a81c09 cisco_wifi_ctl.py : the default-policy-profile now configurable for unique
wlan names
2020-11-13 15:48:47 -07:00
Chuck SmileyRekiere
fbc37a6e84 cisco_wifi_ctl.py : suppress logging flag to reduce logging chatter
lf_cisco_power.py : intial sample of use there will be a subsequent commit
2020-11-13 14:47:02 -07:00
Chuck SmileyRekiere
37d8374a0e cisco_wifi_ctl.py : added the ability to append logging to an existing file
This was needed since lf_cisco_power.py and other files that use cisco_wifi_ctl.py
will need to pass in a log file.
2020-11-13 11:43:48 -07:00
Chuck SmileyRekiere
1b49df1ef3 cisco_wifi_ctl.py : needed to add delete_wlan to command list 2020-11-12 13:26:54 -07:00
Chuck SmileyRekiere
a5859d8a12 cisco_wifi_ctt.py , lf_cisco_power.py : needed to add following commands to the controller
"wireless tag policy default-policy-tag","no wlan open-wlan policy default-policy-profile"
2020-11-12 13:04:47 -07:00
Chuck SmileyRekiere
5b2a8e34e3 cisco_wifi_ctl.py : added no security ft command for creation of the wlan 2020-11-12 12:34:47 -07:00
Chuck SmileyRekiere
1be0f13e5e cisco_wifi_ctl.py : bug fix for create wlan 2020-11-12 12:27:23 -07:00
Chuck SmileyRekiere
918c4bf232 cisco_wifi_ctl.py: changed the expect string since looking for exact 2020-10-29 10:34:07 -06:00
Chuck SmileyRekiere
e3ef67f9a4 cisco_wifi_ctl.py cleaned up default prompt 2020-10-29 10:29:24 -06:00
Chuck SmileyRekiere
2d46e31f80 cisco_wifi_ctl.py lf_cisco_power.py : cleaned up output when not in verbose mode 2020-10-29 08:57:37 -06:00
Chuck SmileyRekiere
81dfade8d2 cisco_wifi_ctl.py : log message update 2020-10-28 12:35:45 -06:00
Chuck SmileyRekiere
dc8745a26d cisco_wifi_ctl.py: config logging debug console disable 2020-10-28 12:11:35 -06:00
Chuck SmileyRekiere
cda4ad39ed cisco_wifi_ctl.py : added debug_disable_all to command list 2020-10-28 11:34:29 -06:00
Chuck SmileyRekiere
4e056da5d0 cisco_wifi_ctl.py added 3504 ability to disable logging 2020-10-28 11:31:17 -06:00
Chuck SmileyRekiere
6902eba161 cisco_wifi_ctl.py: remove breaks 2020-10-28 10:47:43 -06:00
Chuck SmileyRekiere
b8890ef8c6 cisco_wifi_ctl.py: print for output 2020-10-28 10:44:43 -06:00
Chuck SmileyRekiere
c851d844ee cisco_wifi_ctl.py: 3504 changed expect to expect_exact 2020-10-28 09:22:54 -06:00
Chuck SmileyRekiere
753d75304e cisco_wifi_ctl.py: look for specific prompts 2020-10-28 08:54:42 -06:00
Chuck SmileyRekiere
d420db9903 cisco_wifi_ctl.py: close connection after logout on 3504 2020-10-28 08:06:35 -06:00
Chuck SmileyRekiere
c4efe40e3b cisco_wifi_ctl.py: update expect 2020-10-28 07:59:21 -06:00
Chuck SmileyRekiere
48693a731d cisco_wifi_ctl.py: 3504 telnet logout clean up 2020-10-27 17:28:08 -06:00
Chuck SmileyRekiere
25b9c771d5 cisco_wifi_ctl.py: 3504 telnet logout clean up 2020-10-27 17:12:20 -06:00
Chuck SmileyRekiere
16275d9a14 cisco_wifi_ctl.py : accomicated system that used legacy version 2020-10-27 16:58:54 -06:00
Chuck SmileyRekiere
1254278b9c cisco_wifi_ctl.py: shortened timing on logging out 2020-10-26 09:30:18 -06:00