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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c418 int slot, slotlen, update; local
433 slotlen = le16toh(tdma->tdma_slotlen) * 100;
434 if (slotlen != ts->tdma_slotlen) {
435 if (!TDMA_SLOTLEN_VALID(slotlen)) {
438 __func__, slotlen);
486 ts->tdma_slotlen = slotlen;
495 "%s: slot %u slotcnt %u slotlen %u us bintval %u\n",
693 uint16_t slotlen; local
703 slotlen = ts->tdma_slotlen / 100; /* 100us units */
704 ADDSHORT(frm, slotlen);
[all...]

Completed in 83 milliseconds