Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c118 wiphy_delayed_work_init(&rtwvif_link->csa_beacon_work, rtw89_core_csa_beacon_work); in __rtw89_ops_add_iface_link()
156 wiphy_delayed_work_cancel(rtwdev->hw->wiphy, &rtwvif_link->csa_beacon_work); in __rtw89_ops_remove_iface_link()
1503 wiphy_delayed_work_queue(hw->wiphy, &rtwvif_link->csa_beacon_work, 0); in rtw89_ops_channel_switch_beacon()
H A Dcore.c6489 container_of(work, struct rtw89_vif_link, csa_beacon_work.work); in rtw89_core_csa_beacon_work()
6516 wiphy_delayed_work_queue(wiphy, &rtwvif_link->csa_beacon_work, in rtw89_core_csa_beacon_work()
H A Dcore.h4802 struct wiphy_delayed_work csa_beacon_work; member