Hi James, On 8/13/21 5:45 PM, James Prestwood wrote: > This addresses the TODO where HostapdCLI was creating separate > objects each time HostapdCLI was called. This was worked around > by manually setting the important members but instead the class > can be re-worked to act as somewhat of a singleton, per-config > at least. > > If there is no HostapdCLI instance for a given config one is > created and initialized. Subsequent HostapdCLI calls (for the > same config) will be returned the same object rather than a > new one. > --- > autotests/util/hostapd.py | 48 +++++++++++++++++++++++---------------- > tools/test-runner | 4 ++++ > 2 files changed, 33 insertions(+), 19 deletions(-) > All applied, thanks. Regards, -Denis