Home
last modified time | relevance | path

Searched defs:ieee80211_tdma_state (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_tdma.h67 struct ieee80211_tdma_state { struct
68 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 …]