Home
last modified time | relevance | path

Searched refs:update_beacon_work (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dmac80211.c130 INIT_WORK(&rtwvif->update_beacon_work, rtw89_core_update_beacon_work); in rtw89_ops_add_interface()
180 cancel_work_sync(&rtwvif->update_beacon_work); in rtw89_ops_remove_interface()
505 ieee80211_queue_work(rtwdev->hw, &rtwvif->update_beacon_work); in rtw89_ops_set_tim()
H A Dcore.c3450 update_beacon_work); in rtw89_core_update_beacon_work()
H A Dcore.h2927 struct work_struct update_beacon_work; member
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dmac80211.c546 ieee80211_queue_work(hw, &rtwdev->update_beacon_work); in rtw_ops_set_tim()
H A Dmain.c1543 cancel_work_sync(&rtwdev->update_beacon_work); in rtw_core_stop()
2137 INIT_WORK(&rtwdev->update_beacon_work, rtw_fw_update_beacon_work); in rtw_core_init()
H A Dmain.h2026 struct work_struct update_beacon_work; member
H A Dfw.c1685 update_beacon_work); in rtw_fw_update_beacon_work()