Lines Matching full:beacon

535  * @AR5K_TX_QUEUE_BEACON: The beacon queue
536 * @AR5K_TX_QUEUE_CAB: The after-beacon queue
572 * @AR5K_TX_QUEUE_ID_NOQCU_BEACON: Beacon queue on AR5210 (no QCU available)
575 * @AR5K_TX_QUEUE_ID_CAB: Content after beacon queue
576 * @AR5K_TX_QUEUE_ID_BEACON: Beacon queue
670 * @AR5K_PKT_TYPE_BEACON: Beacon
736 BEACON TIMERS DEFINITIONS
740 #define AR5K_BEACON_ENA 0x00800000 /*enable beacon xmit*/
972 * @AR5K_INT_SWBA: SoftWare Beacon Alert - indicates its time to send a
973 * beacon that must be handled in software. The alternative is if
976 * @AR5K_INT_BRSSI: Beacon received with an RSSI value below our threshold
982 * Target Beacon Transmission Time (TBTT) with a random backoff.
983 * @AR5K_INT_BNR: Beacon queue got triggered (DMA beacon alert) while empty.
984 * @AR5K_INT_TIM: Beacon with local station's TIM bit set
985 * @AR5K_INT_DTIM: Beacon with DTIM bit and zero DTIM count received
989 * @AR5K_INT_BCN_TIMEOUT: Beacon timeout, we waited after TBTT but got noting
990 * @AR5K_INT_CAB_TIMEOUT: We waited for CAB traffic after the beacon but got
1251 #define ATH_BCBUF 4 /* number of beacon buffers */
1324 spinlock_t block; /* protects beacon */
1325 struct tasklet_struct beacontq; /* beacon intr tasklet */
1326 struct list_head bcbuf; /* beacon buffer */
1332 bmisscount, /* missed beacon transmits */
1333 bintval, /* beacon interval in TU */
1335 unsigned int nexttbtt; /* next beacon time in TU */
1336 struct ath5k_txq *cabq; /* content after beacon */
1432 /* average beacon RSSI in our BSS (used by ANI) */
1547 /* Beacon control functions */