Searched defs:ieee80211_tdma_state (Results 1 – 1 of 1) sorted by relevance
67 struct ieee80211_tdma_state { struct68 u_int tdma_slotlen; /* bss slot length (us) */69 uint8_t tdma_version; /* protocol version to use */70 uint8_t tdma_slotcnt; /* bss slot count */71 uint8_t tdma_bintval; /* beacon interval (slots) */72 uint8_t tdma_slot; /* station slot # */73 uint8_t tdma_inuse[1]; /* mask of slots in use */74 uint8_t tdma_active[1]; /* mask of active slots */75 int tdma_count; /* active/inuse countdown */76 void *tdma_peer; /* peer station cookie */[all …]