3
0
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:
James Prestwood 2024-11-22 07:15:40 -08:00 committed by Denis Kenzior
parent 3f4a29651e
commit ee52bc60ff

View File

@ -368,3 +368,7 @@ class HostapdCLI(object):
others = [h for h in args if h != hapd]
hapd._add_neighbors(*others)
def pmksa_flush(self):
cmd = self.cmdline + ['pmksa_flush']
ctx.start_process(cmd).wait()