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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_tdma.h56 u_int16_t tdma_slotlen; /* bss slot len (100us) */ member in struct:ieee80211_tdma_param
68 u_int tdma_slotlen; /* bss slot length (us) */ member in struct:ieee80211_tdma_state
90 #define TDMA_UPDATE_SLOTLEN 0x0004 /* tdma_slotlen changed */
H A Dieee80211_tdma.c160 ts->tdma_slotlen = TDMA_SLOTLEN_DEFAULT;
276 ((ts->tdma_slotcnt * ts->tdma_slotlen) / 1024));
420 slotlen = le16toh(tdma->tdma_slotlen) * 100;
421 if (slotlen != ts->tdma_slotlen) {
473 ts->tdma_slotlen = slotlen;
484 ts->tdma_slotlen, ts->tdma_bintval);
690 slotlen = ts->tdma_slotlen / 100; /* 100us units */
753 ireq->i_val = ts->tdma_slotlen;
799 if (ireq->i_val != ts->tdma_slotlen) {
800 ts->tdma_slotlen
[all...]
H A Dieee80211_ddb.c321 ts->tdma_slotlen, ts->tdma_slotcnt);
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c5518 sc->sc_tdmaslotlen = tdma->tdma_slotlen;
5611 tdma->tdma_slot, tdma->tdma_slotlen, tdma->tdma_slotcnt,
5658 ts->tdma_slot, ts->tdma_slotcnt, ts->tdma_slotlen,
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c2892 LE_READ_2(&tdma->tdma_slotlen), tdma->tdma_bintval,

Completed in 131 milliseconds