Lines Matching +full:time +full:- +full:slot
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2009 Intel Corporation
32 * TDMA-mode implementation definitions.
54 u_int8_t tdma_slot; /* station slot # [0..7] */
55 u_int8_t tdma_slotcnt; /* bss slot count [1..8] */
56 u_int16_t tdma_slotlen; /* bss slot len (100us) */
58 u_int8_t tdma_inuse[1]; /* slot occupancy map */
68 u_int tdma_slotlen; /* bss slot length (us) */
70 uint8_t tdma_slotcnt; /* bss slot count */
72 uint8_t tdma_slot; /* station slot # */
77 struct timeval tdma_lastprint; /* time of last rate-limited printf */
78 int tdma_fails; /* fail count for rate-limiting */