diff --git a/autotests/util/hostapd.py b/autotests/util/hostapd.py new file mode 100644 index 00000000..eac0985e --- /dev/null +++ b/autotests/util/hostapd.py @@ -0,0 +1,8 @@ +#!/usr/bin/python3 +import os + +class HostapdCLI: + + @staticmethod + def wps_push_button(): + os.system('hostapd_cli wps_pbc')