Skip to content

Commit aa37ddf

Browse files
committed
utility to patch hostapd for client monitor access
1 parent 0e0ef83 commit aa37ddf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

testing/wifi-testing/ctl-hostapd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)