#!/bin/bash
# Petr Simandl
iface="wlan2"
prism2_param $iface other_ap_policy 2
prism2_param $iface ap_scan 1
watch -n 1 cat /proc/net/hostap/$iface/ap

