Lines Matching defs:ieee80211_tdma_state
67 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 */
77 struct timeval tdma_lastprint; /* time of last rate-limited printf */
78 int tdma_fails; /* fail count for rate-limiting */
81 int (*tdma_newstate)(struct ieee80211vap *, enum ieee80211_state,
83 void (*tdma_recv_mgmt)(struct ieee80211_node *,
86 void (*tdma_opdetach)(struct ieee80211vap *);