Searched refs:bintval (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tdma.c129 u_int32_t bintval);
136 ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt, u_int32_t bintval) argument
141 bt.bt_intval = bintval | HAL_BEACON_ENA;
313 "bsched %u guard %uus bintval %u TU dba prep %u\n", __func__,
387 "bintval %u TU\n", __func__,
573 "%s: calling ath_tdma_settimers; nextslottu=%d, bintval=%d\n",
/freebsd-13-stable/sys/net80211/
H A Dieee80211_input.c525 scan->bintval = le16toh(*(uint16_t *)frm); frm += 2;
686 if (!(IEEE80211_BINTVAL_MIN <= scan->bintval &&
687 scan->bintval <= IEEE80211_BINTVAL_MAX)) {
691 (int) scan->bintval);
H A Dieee80211_scan.h233 uint16_t bintval; member in struct:ieee80211_scanparams
H A Dieee80211_scan.c568 printf("[%s] caps 0x%x bintval %u erp 0x%x",
569 ether_sprintf(mac), sp->capinfo, sp->bintval, sp->erp);
H A Dieee80211_scan_sta.c303 ise->se_intval = sp->bintval;
H A Dieee80211_node.c1774 ni->ni_intval = sp->bintval;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h510 uint32_t bintval; member in struct:ndis_802_11_configuration
547 uint16_t bintval; member in struct:ndis_802_11_fixed_ies
H A Dif_rum.c2197 uint16_t bintval; local
2211 bintval = vap->iv_bss->ni_intval;
2212 tmp |= bintval * 16;
2247 return (rum_set_sleep_time(sc, bintval));
2693 rum_set_sleep_time(struct rum_softc *sc, uint16_t bintval) argument
2701 exp = ic->ic_lintval / bintval;
2702 delay = ic->ic_lintval % bintval;
2718 sc->sc_sleep_time = IEEE80211_TU_TO_TICKS(exp * bintval + delay);
H A Dif_rsu.c1968 bss->config.bintval = htole32(ni->ni_intval);
1977 fixed->bintval = htole16(ni->ni_intval);
H A Dif_zyd.c2120 zyd_set_beacon_interval(struct zyd_softc *sc, int bintval) argument
2129 sc->sc_bcn_int = bintval;
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h70 uint16_t bintval; member in struct:wlan_scan_result
H A Dwlan_sys.c2176 sr->bintval = isr->isr_intval;
H A Dwlan_snmp.c1339 val->v.integer = sr->bintval;
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpi.c3628 cmd.bintval = htole16(ni->ni_intval);
3636 DPRINTF(sc, WPI_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
4041 uint16_t bintval = 0; local
4043 /* bintval is in TU (1.024mS) */
4045 bintval = vap->iv_bss->ni_intval;
4051 * XXX Yes, the math should take into account that bintval
4054 if (bintval > 0) {
4055 DPRINTF(sc, WPI_DEBUG_SCAN, "%s: bintval=%d\n", __func__,
4056 bintval);
4057 return (MIN(dwell_time, bintval
4079 wpi_get_scan_pause_time(uint32_t time, uint16_t bintval) argument
4105 uint16_t bintval, buflen, dwell_active, dwell_passive; local
[all...]
H A Dif_wpireg.h435 uint16_t bintval; member in struct:wpi_cmd_timing
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwn.c5641 cmd.bintval = htole16(ni->ni_intval);
5649 DPRINTF(sc, IWN_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
6969 int bintval = 0; local
6971 /* bintval is in TU (1.024mS) */
6974 bintval = vap->iv_bss->ni_intval;
6981 * XXX Yes, the math should take into account that bintval
6984 if (bintval > 0) {
6986 "%s: bintval=%d\n",
6988 bintval);
6989 return (MIN(IWN_PASSIVE_DWELL_BASE, ((bintval * 8
[all...]
H A Dif_iwnreg.h675 uint16_t bintval; member in struct:iwn_cmd_timing
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c3301 sp.bintval = wb->nwbx_config.nc_beaconperiod;
3339 sp.bintval = le16toh(*(uint16_t *)frm); frm += 2;

Completed in 287 milliseconds