3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

auto-t: Create hostapd_cli py lib

This commit is contained in:
Tim Kourt 2016-10-04 16:44:27 -07:00 committed by Denis Kenzior
parent 2ae5947a36
commit 95079dabab

View File

@ -0,0 +1,8 @@
#!/usr/bin/python3
import os
class HostapdCLI:
@staticmethod
def wps_push_button():
os.system('hostapd_cli wps_pbc')