Searched refs:noise (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c130 printf("%s: noise=[%d, %d, %d] flags=0x%08x, load=%d, fa=%d\n",
132 le32toh(g->noise[0]),
133 le32toh(g->noise[1]),
134 le32toh(g->noise[2]),
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan.h187 int subtype, int rssi, int noise);
280 int8_t se_noise; /* noise floor */
313 int subtype, int rssi, int noise);
H A D_ieee80211.h401 int8_t noise[3]; /* per-antenna noise floor */ member in struct:ieee80211_mimo_info
H A Dieee80211_scan.c577 int subtype, int rssi, int noise)
582 rssi, noise));
573 ieee80211_add_scan(struct ieee80211vap *vap, struct ieee80211_channel *curchan, const struct ieee80211_scanparams *sp, const struct ieee80211_frame *wh, int subtype, int rssi, int noise) argument
H A Dieee80211_scan_sw.c917 int subtype, int rssi, int noise)
937 ss->ss_ops->scan_add(ss, curchan, sp, wh, subtype, rssi, noise)) {
913 ieee80211_swscan_add_scan(struct ieee80211vap *vap, struct ieee80211_channel *curchan, const struct ieee80211_scanparams *sp, const struct ieee80211_frame *wh, int subtype, int rssi, int noise) argument
H A Dieee80211_node.c1186 node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise) argument
1189 *noise = ni->ni_noise;
1210 info->noise[i] = ni->ni_mimo_noise_ctl[i];
2390 printf("\trssi %d noise %d intval %u capinfo 0x%x\n",
2844 ieee80211_getsignal(struct ieee80211vap *vap, int8_t *rssi, int8_t *noise) argument
2849 vap->iv_ic->ic_node_getsignal(vap->iv_bss, rssi, noise);
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk3 # we need a keyword, this noise is to prevent it being expanded
/freebsd-11-stable/sys/dev/bwi/
H A Dbwirf.c2507 int noise; local
2510 noise = (int)val; /* XXX check bounds? */
2515 if (noise >= BWI_NRSSI_TBLSZ)
2516 noise = BWI_NRSSI_TBLSZ - 1;
2518 noise = ((31 - (int)rf->rf_nrssi_table[noise]) * -131) / 128;
2519 noise -= 67;
2521 noise = ((31 - noise) * -149) / 128;
2522 noise
2531 int noise; local
[all...]
H A Dif_bwi.c1623 device_printf(sc->sc_dev, "intr noise\n");
2607 int buflen, wh_ofs, hdr_extra, rssi, noise, type, rate; local
2638 noise = bwi_calc_noise(sc);
2650 bwi_rx_radiotap(sc, m, hdr, &plcp, rate, rssi, noise);
2659 type = ieee80211_input(ni, m, rssi - noise, noise);
2662 type = ieee80211_input_all(ic, m, rssi - noise, noise);
3767 struct bwi_rxbuf_hdr *hdr, const void *plcp, int rate, int rssi, int noise)
3782 sc->sc_rx_th.wr_antnoise = noise;
3766 bwi_rx_radiotap(struct bwi_softc *sc, struct mbuf *m, struct bwi_rxbuf_hdr *hdr, const void *plcp, int rate, int rssi, int noise) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c68 * occasional noise spikes. In order to assure reliable capture, the
243 double noise; /* integrated noise amplitude */ member in struct:irigunit
628 * End of the baud. Update signal/noise estimates and PLL
632 up->maxsignal = up->intmax; up->noise = up->intmin;
637 up->modndx = (up->maxsignal - up->noise) /
697 if (lope >= (up->maxsignal + up->noise) / 2.)
H A Dntp_control.c3761 int noise; local
3764 noise = rand() ^ (rand() << 16);
3765 buf[0] = 'a' + noise % 26;
3766 noise >>= 5;
3767 buf[1] = 'a' + noise % 26;
3768 noise >>= 5;
3769 buf[2] = 'a' + noise % 26;
3770 noise >>= 5;
3773 ctl_putuint(buf, noise);
3797 u_int32 noise; local
4256 u_int32 noise; local
4427 u_int32 noise; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h94 int noise; member in struct:wpa_bss
103 /** Signal-to-noise ratio in dB */
H A Dbss.c303 dst->noise = src->noise;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_urtwreg.h336 uint8_t noise; member in struct:urtw_8187b_rxhdr
414 uint8_t noise; member in struct:urtw_8187l_rxhdr
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h153 uint32_t noise[3]; member in struct:iwn_calib_state
353 int noise; member in struct:iwn_softc
H A Dif_iwn.c3074 (ic->ic_flags & IEEE80211_F_SCAN) == 0) ? sc->noise : -95;
3439 sc->noise = iwn_get_noise(&lstats->rx.general);
3440 DPRINTF(sc, IWN_DEBUG_CALIBRATE, "%s: noise %d\n", __func__, sc->noise);
3442 /* Test that RSSI and noise are present in stats report. */
5737 * Retrieve the average noise (in dBm) among receivers.
5742 int i, total, nbant, noise; local
5746 if ((noise = le32toh(stats->noise[i]) & 0xff) == 0)
5748 total += noise;
5945 int i, delta, noise; local
6039 uint8_t noise[3], noise_ref; local
[all...]
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c82 int noise; member in struct:node_info
398 int sig, max, left, noise; local
433 noise=(int) ( ((double)node->noise)*left/100.0 );
437 for (i = 0; i < noise; i++)
772 // signal and noise
/freebsd-11-stable/sys/dev/wi/
H A Dif_wavelan_ieee.h152 int noise; /* noise value */ member in struct:wi_sigcache
376 int noise; /* Average Noise Level*/ member in struct:wi_apinfo
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c28 s8 noise[MAX_NL80211_NOISE_FREQS]; member in struct:nl80211_noise_info
70 info->noise[info->count] =
918 res->noise = info->noise[i];
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c5101 uint8_t noise[4]; local
5109 *((uint32_t *)noise) = htole32(bwn_jssi_read(mac));
5110 if (noise[0] == 0x7f || noise[1] == 0x7f || noise[2] == 0x7f ||
5111 noise[3] == 0x7f)
5117 noise[0] = MIN(MAX(noise[0], 0), N(pg->pg_nrssi_lt) - 1);
5118 noise[1] = MIN(MAX(noise[
5765 int padding, rate, rssi = 0, noise = 0, type; local
6878 bwn_rx_radiotap(struct bwn_mac *mac, struct mbuf *m, const struct bwn_rxhdr4 *rxhdr, struct bwn_plcp6 *plcp, int rate, int rssi, int noise) argument
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk95 # In the second :@ "loop", the ::?= noise sets W_foo?=-Wfoo etc
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c176 static int noise; variable
560 noise = TRUE;
599 if (noise)
925 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
927 if (noise && (hh > HOURSPERDAY ||
2034 if (noise && envvar[0] == '\0') {
2595 if (noise)
2623 if (noise && cp - string > 3)
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h69 int8_t noise; member in struct:wlan_scan_result
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c802 char *noise;
809 (procinfo_t *) &pi, &pi_len, &noise, &noise_len);
819 vm_deallocate (mach_task_self (), (vm_address_t) noise, noise_len);
828 char *noise;
838 (procinfo_t *) &pi, &pi_len, &noise, &noise_len);
1530 char noise[200];
792 char *noise; local
818 char *noise; local
1508 char noise[200]; member in struct:__anon1529
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h315 uint16_t noise; member in struct:iwi_frame
520 uint8_t noise_reported; /* report noise stats to host */

Completed in 571 milliseconds

12