There was an error while loading. Please reload this page.
1 parent 0e0ef83 commit aa37ddfCopy full SHA for aa37ddf
1 file changed
testing/wifi-testing/ctl-hostapd
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+cat >> /etc/hostapd/hostapd.conf << EOF
3
+ctrl_interface=/var/run/hostapd
4
+ctrl_interface_group=0
5
+EOF
6
+systemctl restart hostapd
0 commit comments