Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h461 struct delayed_work connection_loss_work; member
Devent.c347 &wlvif->connection_loss_work, in wlcore_event_beacon_loss()
Dmain.c2087 wlvif = container_of(dwork, struct wl12xx_vif, connection_loss_work); in wlcore_connection_loss_work()
2307 INIT_DELAYED_WORK(&wlvif->connection_loss_work, in wl12xx_init_vif_data()
2790 cancel_delayed_work_sync(&wlvif->connection_loss_work); in __wl1271_op_remove_interface()
4646 cancel_delayed_work_sync(&wlvif->connection_loss_work); in wl1271_op_bss_info_changed()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcore.h549 struct delayed_work connection_loss_work; member
Dmac.c2020 cancel_delayed_work(&arvif->connection_loss_work); in ath10k_mac_handle_beacon_iter()
2052 ieee80211_queue_delayed_work(hw, &arvif->connection_loss_work, in ath10k_mac_handle_beacon_miss_iter()
2067 connection_loss_work.work); in ath10k_mac_vif_sta_connection_loss_work()
2924 cancel_delayed_work_sync(&arvif->connection_loss_work); in ath10k_bss_disassoc()
5000 INIT_DELAYED_WORK(&arvif->connection_loss_work, in ath10k_add_interface()
5321 cancel_delayed_work_sync(&arvif->connection_loss_work); in ath10k_remove_interface()