Skip to content

Commit 34258d4

Browse files
authored
Merge pull request #144 from tim-moody/master
ctl-hostapd util
2 parents de77fa5 + fcf7ac3 commit 34258d4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

testing/wifi-testing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This utility helps test how many such connections are allowed for a given config
1818
* ctrl_interface=/var/run/hostapd
1919
* ctrl_interface_group=0
2020

21+
run ctl-hostapd to do this.
22+
2123
* Run stat-serve.py from this directory
2224

2325
## Hardware

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)