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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c127 u_int32_t bintval);
134 ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt, u_int32_t bintval) argument
139 bt.bt_intval = bintval | HAL_BEACON_ENA;
310 "bsched %u guard %uus bintval %u TU dba prep %u\n", __func__,
384 "bintval %u TU\n", __func__,
569 "%s: calling ath_tdma_settimers; nextslottu=%d, bintval=%d\n",
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan.h231 uint16_t bintval; member in struct:ieee80211_scanparams
H A Dieee80211_input.c528 scan->bintval = le16toh(*(uint16_t *)frm); frm += 2;
683 if (!(IEEE80211_BINTVAL_MIN <= scan->bintval &&
684 scan->bintval <= IEEE80211_BINTVAL_MAX)) {
688 (int) scan->bintval);
H A Dieee80211_scan.c560 printf("[%s] caps 0x%x bintval %u erp 0x%x",
561 ether_sprintf(mac), sp->capinfo, sp->bintval, sp->erp);
H A Dieee80211_scan_sta.c300 ise->se_intval = sp->bintval;
H A Dieee80211_node.c1551 ni->ni_intval = sp->bintval;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h417 uint32_t bintval; member in struct:ndis_802_11_configuration
454 uint16_t bintval; member in struct:ndis_802_11_fixed_ies
H A Dif_rum.c2154 uint16_t bintval; local
2168 bintval = vap->iv_bss->ni_intval;
2169 tmp |= bintval * 16;
2204 return (rum_set_sleep_time(sc, bintval));
2647 rum_set_sleep_time(struct rum_softc *sc, uint16_t bintval) argument
2655 exp = ic->ic_lintval / bintval;
2656 delay = ic->ic_lintval % bintval;
2672 sc->sc_sleep_time = IEEE80211_TU_TO_TICKS(exp * bintval + delay);
H A Dif_rsu.c1422 bss->config.bintval = htole32(ni->ni_intval);
1431 fixed->bintval = htole16(ni->ni_intval);
H A Dif_zyd.c2108 zyd_set_beacon_interval(struct zyd_softc *sc, int bintval) argument
2117 sc->sc_bcn_int = bintval;
/freebsd-11-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.c2175 sr->bintval = isr->isr_intval;
H A Dwlan_snmp.c1338 val->v.integer = sr->bintval;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3603 cmd.bintval = htole16(ni->ni_intval);
3611 DPRINTF(sc, WPI_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
4016 uint16_t bintval = 0; local
4018 /* bintval is in TU (1.024mS) */
4020 bintval = vap->iv_bss->ni_intval;
4026 * XXX Yes, the math should take into account that bintval
4029 if (bintval > 0) {
4030 DPRINTF(sc, WPI_DEBUG_SCAN, "%s: bintval=%d\n", __func__,
4031 bintval);
4032 return (MIN(dwell_time, bintval
4054 wpi_get_scan_pause_time(uint32_t time, uint16_t bintval) argument
4080 uint16_t bintval, buflen, dwell_active, dwell_passive; local
[all...]
H A Dif_wpireg.h437 uint16_t bintval; member in struct:wpi_cmd_timing
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5469 cmd.bintval = htole16(ni->ni_intval);
5477 DPRINTF(sc, IWN_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
6718 int bintval = 0; local
6720 /* bintval is in TU (1.024mS) */
6723 bintval = vap->iv_bss->ni_intval;
6730 * XXX Yes, the math should take into account that bintval
6733 if (bintval > 0) {
6735 "%s: bintval=%d\n",
6737 bintval);
6738 return (MIN(IWN_PASSIVE_DWELL_BASE, ((bintval * 8
[all...]
H A Dif_iwnreg.h647 uint16_t bintval; member in struct:iwn_cmd_timing
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c3293 sp.bintval = wb->nwbx_config.nc_beaconperiod;
3331 sp.bintval = le16toh(*(uint16_t *)frm); frm += 2;

Completed in 311 milliseconds