Home
last modified time | relevance | path

Searched refs:tdma_slot (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c247 ts->tdma_slot != 0) { in tdma_newstate()
276 ts->tdma_slot != 0 && in tdma_newstate()
452 slot = ts->tdma_slot; in tdma_update()
488 ts->tdma_slot = slot; in tdma_update()
567 if (tdma->tdma_slot != ts->tdma_slot && in tdma_process_params()
577 if (tdma->tdma_slot == ts->tdma_slot-1) { in tdma_process_params()
589 } else if (tdma->tdma_slot == ts->tdma_slot+1) { in tdma_process_params()
611 } else if (tdma->tdma_slot == ts->tdma_slot && in tdma_process_params()
621 tdma->tdma_slot, in tdma_process_params()
639 return ts->tdma_slot; in ieee80211_tdma_getslot()
[all …]
H A Dieee80211_tdma.h56 u_int8_t tdma_slot; /* station slot # [0..7] */ member
74 uint8_t tdma_slot; /* station slot # */ member
H A Dieee80211_ddb.c318 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer); in _db_show_tdma()
H A Dieee80211_scan_sta.c1064 else if (tdma->tdma_slot != 0) in match_bss()
/f-stack/tools/ifconfig/
H A Difieee80211.c3435 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt, in printtdmaie()