Lines Matching defs:ath_chanctx_sched
374 struct ath_chanctx_sched { struct
375 bool beacon_pending;
376 bool beacon_adjust;
377 bool offchannel_pending;
378 bool wait_switch;
379 bool force_noa_update;
380 bool extend_absence;
381 bool mgd_prepare_tx;
382 enum ath_chanctx_state state;
383 u8 beacon_miss;
385 u32 next_tbtt;
386 u32 switch_start_time;
387 unsigned int offchannel_duration;
388 unsigned int channel_switch_time;
391 struct timer_list timer;