Home
last modified time | relevance | path

Searched refs:csa_timer (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c354 timer_setup(&mvif->csa_timer, mt792x_csa_timer, 0); in mt7921_add_interface()
1478 mvif->csa_timer.expires = TU_TO_EXP_TIME(beacon_interval * chsw->count); in mt7921_channel_switch()
1479 add_timer(&mvif->csa_timer); in mt7921_channel_switch()
1488 timer_delete_sync(&mvif->csa_timer); in mt7921_abort_channel_switch()
1503 mod_timer(&mvif->csa_timer, in mt7921_channel_switch_rx_beacon()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c319 struct mt792x_vif *mvif = timer_container_of(mvif, timer, csa_timer); in mt792x_csa_timer()
368 timer_delete_sync(&mvif->csa_timer); in mt792x_unassign_vif_chanctx()
H A Dmt792x.h150 struct timer_list csa_timer; member