mirror of
https://github.com/limosek/zaf-plugins.git
synced 2025-01-21 23:45:56 +01:00
New iwx plugin with caching
This commit is contained in:
parent
c598e31aaa
commit
1155132e7e
@ -4,7 +4,7 @@ Description::
|
|||||||
Plugin for wifi mac80211 informations and discovery
|
Plugin for wifi mac80211 informations and discovery
|
||||||
::
|
::
|
||||||
|
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Url: https://raw.githubusercontent.com/limosek/zaf-plugins/master/iwx
|
Url: https://raw.githubusercontent.com/limosek/zaf-plugins/master/iwx
|
||||||
Web: https://github.com/limosek/zaf-plugins
|
Web: https://github.com/limosek/zaf-plugins
|
||||||
|
|
||||||
@ -37,7 +37,9 @@ Item channels_discovery:
|
|||||||
Description::
|
Description::
|
||||||
Discovery of wireless channels
|
Discovery of wireless channels
|
||||||
::
|
::
|
||||||
|
Cache: 600
|
||||||
Parameters: dev
|
Parameters: dev
|
||||||
|
Testparameters: wlan0
|
||||||
Cmd: wifi_channels_discovery $1
|
Cmd: wifi_channels_discovery $1
|
||||||
/Item
|
/Item
|
||||||
|
|
||||||
@ -45,7 +47,9 @@ Item clients_discovery:
|
|||||||
Description::
|
Description::
|
||||||
Discovery of wireless clients
|
Discovery of wireless clients
|
||||||
::
|
::
|
||||||
|
Cache: 300
|
||||||
Parameters: dev
|
Parameters: dev
|
||||||
|
Testparameters: wlan0
|
||||||
Cmd: wifi_clients_discovery $1
|
Cmd: wifi_clients_discovery $1
|
||||||
/Item
|
/Item
|
||||||
|
|
||||||
@ -53,7 +57,9 @@ Item neigh_discovery:
|
|||||||
Description::
|
Description::
|
||||||
Discovery of wireless neighbours
|
Discovery of wireless neighbours
|
||||||
::
|
::
|
||||||
|
Cache: 600
|
||||||
Parameters: dev
|
Parameters: dev
|
||||||
|
Testparameters: wlan0
|
||||||
Cmd: wifi_neigh_discovery $1
|
Cmd: wifi_neigh_discovery $1
|
||||||
/Item
|
/Item
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user