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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_tdma.c405 int slot, slotlen, update; local
420 slotlen = le16toh(tdma->tdma_slotlen) * 100;
421 if (slotlen != ts->tdma_slotlen) {
422 if (!TDMA_SLOTLEN_VALID(slotlen)) {
425 __func__, slotlen);
473 ts->tdma_slotlen = slotlen;
482 "%s: slot %u slotcnt %u slotlen %u us bintval %u\n",
680 uint16_t slotlen; local
690 slotlen = ts->tdma_slotlen / 100; /* 100us units */
691 ADDSHORT(frm, slotlen);
[all...]

Completed in 40 milliseconds