• 查看主题

  • 查看主题说明文字
有价值的内容收集
#82 adm1n
周六 1月 17, 2015 1:35 am
root@OpenWrt:~# iw dev wlan0 station dump |grep Station |wc -l #wifi连接人数

root@OpenWrt:~# iw dev wlan0 station dump |grep Station |awk -F ' ' ' {print $2}' #连接的用户MAC

root@OpenWrt:~# iw dev wlan0 station dump #连接用户的信号强弱

root@OpenWrt:~# iw wlan0 info #查看wifi信息