All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 12/13] auto-t: hostapd.py: add disable()
@ 2021-09-15 21:42 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-09-15 21:42 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

Hi James,

On 9/15/21 12:36 PM, James Prestwood wrote:
> ---
>   autotests/util/hostapd.py | 3 +++
>   1 file changed, 3 insertions(+)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 12/13] auto-t: hostapd.py: add disable()
@ 2021-09-15 17:36 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2021-09-15 17:36 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

---
 autotests/util/hostapd.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/autotests/util/hostapd.py b/autotests/util/hostapd.py
index 07d27f1b..7cb3225a 100644
--- a/autotests/util/hostapd.py
+++ b/autotests/util/hostapd.py
@@ -152,6 +152,9 @@ class HostapdCLI(object):
         ctx.start_process(self.cmdline + ['disable']).wait()
         ctx.start_process(self.cmdline + ['enable']).wait()
 
+    def disable(self):
+        ctx.start_process(self.cmdline + ['disable']).wait()
+
     def list_sta(self):
         proc = ctx.start_process(self.cmdline + ['list_sta'])
         proc.wait()
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-15 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 21:42 [PATCH 12/13] auto-t: hostapd.py: add disable() Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2021-09-15 17:36 James Prestwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.