Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Devent.c264 &wlvif->connection_loss_work, in wlcore_event_beacon_loss()
Dwlcore_i.h450 struct delayed_work connection_loss_work; member
Dmain.c2125 wlvif = container_of(dwork, struct wl12xx_vif, connection_loss_work); in wlcore_connection_loss_work()
2337 INIT_DELAYED_WORK(&wlvif->connection_loss_work, in wl12xx_init_vif_data()
2806 cancel_delayed_work_sync(&wlvif->connection_loss_work); in __wl1271_op_remove_interface()
4608 cancel_delayed_work_sync(&wlvif->connection_loss_work); in wl1271_op_bss_info_changed()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.h387 struct delayed_work connection_loss_work; member
Dmac.c1868 cancel_delayed_work(&arvif->connection_loss_work); in ath10k_mac_handle_beacon_iter()
1900 ieee80211_queue_delayed_work(hw, &arvif->connection_loss_work, in ath10k_mac_handle_beacon_miss_iter()
1915 connection_loss_work.work); in ath10k_mac_vif_sta_connection_loss_work()
2708 cancel_delayed_work_sync(&arvif->connection_loss_work); in ath10k_bss_disassoc()
4308 INIT_DELAYED_WORK(&arvif->connection_loss_work, in ath10k_add_interface()
4598 cancel_delayed_work_sync(&arvif->connection_loss_work); in ath10k_remove_interface()