Searched defs:ieee80211_tdma_state (Results 1 – 1 of 1) sorted by relevance
69 struct ieee80211_tdma_state { struct70 u_int tdma_slotlen; /* bss slot length (us) */72 uint8_t tdma_slotcnt; /* bss slot count */74 uint8_t tdma_slot; /* station slot # */75 uint8_t tdma_inuse[1]; /* mask of slots in use */76 uint8_t tdma_active[1]; /* mask of active slots */77 int tdma_count; /* active/inuse countdown */78 void *tdma_peer; /* peer station cookie */80 int tdma_fails; /* fail count for rate-limiting */85 void (*tdma_recv_mgmt)(struct ieee80211_node *,[all …]