mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 17:31:27 +00:00
This patch will bring up a monitor interface on a named phy and start a scan. Once completed, the resulting pcap will be uploaded to a http server. Signed-off-by: John Crispin <john@phrozen.org>
4 lines
209 B
Bash
Executable File
4 lines
209 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/opensync/tools/ovsh insert Command_Config command:="tcpdump-wifi" delay:=5 duration:=15 timestamp:=123 payload:="[\"map\",[[\"wifi\",\"radio0\"],[\"ul_url\",\"http://192.168.178.9/upload\"]]]"
|