mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-05-04 07:47:27 +02: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…
x
Reference in New Issue
Block a user