3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-03 09:58:38 +02:00
iwd/autotests/util/hostapd.py
2016-10-05 18:08:43 -05:00

9 lines
135 B
Python

#!/usr/bin/python3
import os
class HostapdCLI:
@staticmethod
def wps_push_button():
os.system('hostapd_cli wps_pbc')