mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-19 11:09:25 +01:00
auto-t: Create hostapd_cli py lib
This commit is contained in:
parent
2ae5947a36
commit
95079dabab
8
autotests/util/hostapd.py
Normal file
8
autotests/util/hostapd.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
import os
|
||||
|
||||
class HostapdCLI:
|
||||
|
||||
@staticmethod
|
||||
def wps_push_button():
|
||||
os.system('hostapd_cli wps_pbc')
|
Loading…
Reference in New Issue
Block a user