Home
last modified time | relevance | path

Searched refs:disconnect_wk (Results 1 – 4 of 4) sorted by relevance

/linux/net/wireless/
H A Dcore.c1389 INIT_WORK(&wdev->disconnect_wk, cfg80211_autodisconnect_wk); in cfg80211_init_wdev()
1499 cancel_work_sync(&wdev->disconnect_wk); in cfg80211_netdev_notifier_call()
H A Dsme.c1580 container_of(work, struct wireless_dev, disconnect_wk); in cfg80211_autodisconnect_wk()
H A Dnl80211.c19955 schedule_work(&wdev->disconnect_wk); in nl80211_netlink_notify()
/linux/include/net/
H A Dcfg80211.h6185 struct work_struct disconnect_wk; member