Lines Matching defs:ath_chanctx_sched
384 struct ath_chanctx_sched { struct
385 bool beacon_pending;
386 bool beacon_adjust;
387 bool offchannel_pending;
388 bool wait_switch;
389 bool force_noa_update;
390 bool extend_absence;
391 bool mgd_prepare_tx;
392 enum ath_chanctx_state state;
393 u8 beacon_miss;
395 u32 next_tbtt;
396 u32 switch_start_time;
397 unsigned int offchannel_duration;
398 unsigned int channel_switch_time;
401 struct timer_list timer;