#!/bin/bash
# Petr Simandl
# stumbler s hostap
iface="wlan0"
iwconfig $iface mode master
prism2_param $iface other_ap_policy 2
prism2_param $iface ap_scan 1
watch -n 1 cat /proc/net/hostap/$iface/ap

