Home
last modified time | relevance | path

Searched refs:connection_loss_work (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h448 struct delayed_work connection_loss_work; member
Devent.c333 &wlvif->connection_loss_work, in wlcore_event_beacon_loss()
Dmain.c2085 wlvif = container_of(dwork, struct wl12xx_vif, connection_loss_work); in wlcore_connection_loss_work()
2305 INIT_DELAYED_WORK(&wlvif->connection_loss_work, in wl12xx_init_vif_data()
2792 cancel_delayed_work_sync(&wlvif->connection_loss_work); in __wl1271_op_remove_interface()
4655 cancel_delayed_work_sync(&wlvif->connection_loss_work); in wl1271_op_bss_info_changed()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.h623 struct delayed_work connection_loss_work; member
Dmac.c2063 cancel_delayed_work(&arvif->connection_loss_work); in ath10k_mac_handle_beacon_iter()
2095 ieee80211_queue_delayed_work(hw, &arvif->connection_loss_work, in ath10k_mac_handle_beacon_miss_iter()
2110 connection_loss_work.work); in ath10k_mac_vif_sta_connection_loss_work()
3013 cancel_delayed_work_sync(&arvif->connection_loss_work); in ath10k_bss_disassoc()
5375 INIT_DELAYED_WORK(&arvif->connection_loss_work, in ath10k_add_interface()
5722 cancel_delayed_work_sync(&arvif->connection_loss_work); in ath10k_remove_interface()