iwd/autotests/util/hostapd.py

9 lines
135 B
Python
Raw Normal View History

2016-10-05 01:44:27 +02:00
#!/usr/bin/python3
import os
class HostapdCLI:
@staticmethod
def wps_push_button():
os.system('hostapd_cli wps_pbc')