Home
last modified time | relevance | path

Searched refs:start_khz (Results 1 – 19 of 19) sorted by relevance

/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dwispy_hw_24x.c717 base = report->freq_start_khz - auxptr->sweepbuf->start_khz; in wispy24x_usb_poll()
777 int start_khz, int res_hz) { in wispy24x_usb_setposition() argument
788 start_khz = WISPY24x_USB_DEF_H_MINKHZ; in wispy24x_usb_setposition()
835 start_khz = in wispy24x_usb_setposition()
848 rfset.freq_min_khz = endian_swap32(start_khz); in wispy24x_usb_setposition()
852 rfset.freq_min_khz = start_khz; in wispy24x_usb_setposition()
897 if (start_khz == 0) { in wispy24x_usb_setposition()
904 phydev->device_spec->supported_ranges[0].start_khz = start_khz; in wispy24x_usb_setposition()
906 start_khz + ((WISPY24x_USB_NUM_SAMPLES * res_hz) / 1000); in wispy24x_usb_setposition()
921 auxptr->sweepbuf->start_khz = in wispy24x_usb_setposition()
[all …]
H A Dspectool_raw.c153 ran->start_khz > 1000 ? in main()
154 ran->start_khz / 1000 : ran->start_khz, in main()
155 ran->start_khz > 1000 ? "MHz" : "KHz", in main()
375 ran->start_khz > 1000 ? in main()
376 ran->start_khz / 1000 : ran->start_khz, in main()
377 ran->start_khz > 1000 ? "MHz" : "KHz", in main()
H A Dwispy_hw_dbx.c194 uint32_t start_khz; member
207 uint32_t start_khz; member
346 (*ranges)[0].start_khz = WISPY900x_USB_DEF_STARTKHZ; in wispy900x_add_supportedranges()
398 (*ranges)[2].start_khz = WISPYDBx_USB_STARTKHZ_58; in wispydbx_add_supportedranges()
1136 int start_khz, int res_hz) { in wispydbx_usb_setposition() argument
1163 start_khz = phydev->device_spec->supported_ranges[in_profile].start_khz; in wispydbx_usb_setposition()
1182 rfset2.start_khz = endian_swap32(start_khz); in wispydbx_usb_setposition()
1187 rfset2.start_khz = start_khz; in wispydbx_usb_setposition()
1207 rfset.start_khz = endian_swap32(start_khz); in wispydbx_usb_setposition()
1212 rfset.start_khz = start_khz; in wispydbx_usb_setposition()
[all …]
H A Dspectool_net_client.c319 sni->start_khz = ntohl(dev->start_khz); in spectool_netcli_block_netdev()
392 auxsweep->start_khz = sni->start_khz; in spectool_netcli_block_sweep()
397 auxsweep->start_khz; in spectool_netcli_block_sweep()
539 phyret->device_spec->supported_ranges[0].start_khz = sni->start_khz; in spectool_netcli_enabledev()
542 sni->start_khz; in spectool_netcli_enabledev()
669 int start_khz, int res_hz) { in spectool_net_setposition() argument
H A Dubertooth_hw_u1.c287 list->list[list->num_devs].supported_ranges[0].start_khz = in ubertooth_u1_device_scan()
394 phydev->device_spec->default_range->start_khz = UBERTOOTH_U1_DEF_H_MINKHZ; in ubertooth_u1_init_path()
704 freq = freq - (auxptr->sweepbuf->start_khz / 1000); in ubertooth_u1_poll()
810 r->start_khz = in ubertooth_u1_build_sweepbuf()
811 phydev->device_spec->supported_ranges[0].start_khz; in ubertooth_u1_build_sweepbuf()
830 int start_khz, int res_hz) { in ubertooth_u1_setposition() argument
870 phydev->device_spec->supported_ranges[0].start_khz = UBERTOOTH_U1_DEF_H_MINKHZ; in ubertooth_u1_setposition()
H A Dspectool_net_client.h60 unsigned int start_khz; member
173 int spectool_net_setposition(spectool_phy *phydev, int profilenum, int start_khz,
H A Dspectool_net.h121 uint32_t start_khz; member
166 uint32_t start_khz; member
H A Dspectool_curses.c141 ran->start_khz > 1000 ? in main()
142 ran->start_khz / 1000 : ran->start_khz, in main()
143 ran->start_khz > 1000 ? "MHz" : "KHz", in main()
H A Dspectool_container.h40 uint32_t start_khz; member
191 int start_khz, int res_hz);
H A Dspectool_net_server.c200 dev->def_start_khz = htonl(ran->start_khz); in wts_send_devblock()
207 dev->start_khz = dev->def_start_khz; in wts_send_devblock()
854 ran->start_khz > 1000 ? in main()
855 ran->start_khz / 1000 : ran->start_khz, in main()
856 ran->start_khz > 1000 ? "MHz" : "KHz", in main()
H A Dspectool_gtk_channel.c100 wwidget->sweepcache->latest->start_khz && in spectool_channel_draw()
153 wwidget->sweepcache->latest->start_khz)) * in spectool_channel_draw()
155 wwidget->sweepcache->latest->start_khz); in spectool_channel_draw()
H A Dwispy_hw_gen1.c248 list->list[list->num_devs].supported_ranges[0].start_khz = 2400000; in wispy1_usb_device_scan()
352 phydev->device_spec->supported_ranges[0].start_khz = 2400000; in wispy1_usb_init_path()
381 auxptr->sweepbuf->start_khz = 2400000; in wispy1_usb_init_path()
H A Dspectool_container.c93 int start_khz, int res_hz) { in spectool_phy_setposition() argument
95 return (*(phydev->setposition_func))(phydev, in_profile, start_khz, res_hz); in spectool_phy_setposition()
H A Dspectool_gtk_widget.c587 wwidget->sweepcache->latest->start_khz)) * in spectool_widget_draw()
589 wwidget->sweepcache->latest->start_khz) + wwidget->g_start_x; in spectool_widget_draw()
593 wwidget->sweepcache->latest->start_khz)) * in spectool_widget_draw()
H A Dspectool_gtk_planar.c480 wwidget->sweepcache->latest->start_khz;
/dports/net-mgmt/kismet/kismet-2016-07-R1/plugin-spectools/
H A Dspectool_netclient.h90 uint32_t start_khz; member
162 int start_khz; member
197 int start_khz; variable
206 start_khz = 0; in kis_spectrum_data()
H A Dspectool_kismet.cc51 uint32_t start_khz; member
92 ppi_spec->start_khz = kis_htole32(specdata->start_khz); in kisspec_dump()
H A Dspectool_netclient.cc89 osstr << spec->start_khz; in Protocol_SPECTRUM()
321 localdev->start_khz = kis_ntoh32(dev->start_khz); in ParseData()
412 specdata->start_khz = localdev->start_khz; in ParseData()
H A Dspectools_ui.cc133 int amp_offset = 0, amp_res = 0, start_khz = 0, res_hz = 0; in SpecDetailsProtoSPECTRUM() local
147 if (sscanf((*proto_parsed)[fnum++].word.c_str(), "%d", &start_khz) != 1) in SpecDetailsProtoSPECTRUM()