Searched refs:ic_lintval (Results 1 - 14 of 14) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_var.h322 u_int16_t ic_lintval; /* listen interval */ member in struct:ieee80211com
H A Dieee80211.c192 if (ic->ic_lintval == 0)
193 ic->ic_lintval = 100; /* default sleep */
H A Dieee80211_ioctl.c688 ic->ic_lintval = power->i_maxsleep;
706 power->i_maxsleep = ic->ic_lintval;
H A Dieee80211_output.c1469 LE_WRITE_2(frm, ic->ic_lintval); frm += 2;
H A Dieee80211_node.c961 ni->ni_intval = ic->ic_lintval;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c478 slot = ((tsftu % ic->ic_lintval) * ATH_BCBUF) / ic->ic_lintval;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_wds.c338 ((ni->ni_intval * ic->ic_lintval) << 2) / 1024);
H A Dieee80211_ddb.c556 db_printf(" lintval %u", ic->ic_lintval);
H A Dieee80211_var.h179 uint16_t ic_lintval; /* listen interval */ member in struct:ieee80211com
H A Dieee80211_ioctl.c854 ireq->i_val = ic->ic_lintval;
2911 ic->ic_lintval = ireq->i_val;
H A Dieee80211.c359 ic->ic_lintval = ic->ic_bintval;
H A Dieee80211_output.c2801 *(uint16_t *)frm = htole16(howmany(ic->ic_lintval,
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c2701 exp = ic->ic_lintval / bintval;
2702 delay = ic->ic_lintval % bintval;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2973 assoc->lintval = htole16(ic->ic_lintval);

Completed in 135 milliseconds