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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_tdma.c409 int slot, slotlen, update; local
424 slotlen = le16toh(tdma->tdma_slotlen) * 100;
425 if (slotlen != ts->tdma_slotlen) {
426 if (!TDMA_SLOTLEN_VALID(slotlen)) {
429 __func__, slotlen);
477 ts->tdma_slotlen = slotlen;
486 "%s: slot %u slotcnt %u slotlen %u us bintval %u\n",
684 uint16_t slotlen; local
694 slotlen = ts->tdma_slotlen / 100; /* 100us units */
695 ADDSHORT(frm, slotlen);
[all...]

Completed in 45 milliseconds