Home
last modified time | relevance | path

Searched refs:AddExtDataVec (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/kismet/kismet-2016-07-R1/plugin-spectools/
H A Dspectools_ui.cc84 adata->spectrum->AddExtDataVec("Current", 5, "spectrum_cur", "yellow,yellow", in panel_plugin_init()
86 adata->spectrum->AddExtDataVec("Average", 4, "spectrum_avg", "green,green", in panel_plugin_init()
88 adata->spectrum->AddExtDataVec("Peak", 3, "spectrum_peak", "blue,blue", in panel_plugin_init()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_details.cc124 siggraph->AddExtDataVec("Signal", 4, "graph_detail_sig", "yellow,yellow", in Kis_NetDetails_Panel()
135 packetgraph->AddExtDataVec("Packet Rate", 4, "graph_detail_pps", "green,green", in Kis_NetDetails_Panel()
146 retrygraph->AddExtDataVec("Retry Rate", 4, "graph_detail_retrypps", "red,red", in Kis_NetDetails_Panel()
998 siggraph->AddExtDataVec("Signal", 3, "channel_sig", "yellow,yellow", in Kis_ChanDetails_Panel()
1000 siggraph->AddExtDataVec("Noise", 4, "channel_noise", "green,green", in Kis_ChanDetails_Panel()
1010 packetgraph->AddExtDataVec("Packet Rate", 4, "channel_pps", "green,green", in Kis_ChanDetails_Panel()
1020 bytegraph->AddExtDataVec("Traffic", 4, "channel_bytes", "green,green", in Kis_ChanDetails_Panel()
1030 netgraph->AddExtDataVec("Networks", 3, "channel_nets", "yellow,yellow", in Kis_ChanDetails_Panel()
1032 netgraph->AddExtDataVec("Active", 4, "channel_actnets", "green,green", in Kis_ChanDetails_Panel()
1436 siggraph->AddExtDataVec("Signal", 4, "graph_detail_sig", "yellow,yellow", in Kis_ClientDetails_Panel()
[all …]
H A Dkis_panel_widgets.h879 virtual void AddExtDataVec(string name, int layer, string colorpref,
H A Dkis_panel_windows.cc274 packetrate->AddExtDataVec("Packets", 4, "graph_pps", "yellow,yellow", in Kis_Main_Panel()
276 packetrate->AddExtDataVec("Data", 4, "graph_datapps", "red,red", in Kis_Main_Panel()
2937 gpssiggraph->AddExtDataVec("PRN SNR", 3, "gps_prn", "green,green", in Kis_Gps_Panel()
H A Dkis_panel_widgets.cc2929 void Kis_IntGraph::AddExtDataVec(string name, int layer, string colorpref, in AddExtDataVec() function in Kis_IntGraph