mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-02 16:39:25 +01:00
auto-t: add pmksa_flush() to hostapd module
This commit is contained in:
parent
3f4a29651e
commit
ee52bc60ff
@ -368,3 +368,7 @@ class HostapdCLI(object):
|
|||||||
others = [h for h in args if h != hapd]
|
others = [h for h in args if h != hapd]
|
||||||
|
|
||||||
hapd._add_neighbors(*others)
|
hapd._add_neighbors(*others)
|
||||||
|
|
||||||
|
def pmksa_flush(self):
|
||||||
|
cmd = self.cmdline + ['pmksa_flush']
|
||||||
|
ctx.start_process(cmd).wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user