Home
last modified time | relevance | path

Searched refs:abort_scan (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c191 queue_work(priv->workqueue, &priv->abort_scan); in iwl_scan_cancel()
1022 struct iwl_priv *priv = container_of(work, struct iwl_priv, abort_scan); in iwl_bg_abort_scan()
1046 INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan); in iwl_setup_scan_deferred_work()
1054 cancel_work_sync(&priv->abort_scan); in iwl_cancel_scan_deferred_work()
H A Ddev.h824 struct work_struct abort_scan; member
/openbmc/linux/net/ieee802154/
H A Drdev-ops.h231 if (!rdev->ops->abort_scan) in rdev_abort_scan()
235 ret = rdev->ops->abort_scan(&rdev->wpan_phy, wpan_dev); in rdev_abort_scan()
/openbmc/linux/include/net/
H A Dcfg802154.h74 int (*abort_scan)(struct wpan_phy *wpan_phy, member
H A Dcfg80211.h4520 void (*abort_scan)(struct wiphy *wiphy, struct wireless_dev *wdev); member
/openbmc/linux/net/mac802154/
H A Dcfg.c526 .abort_scan = mac802154_abort_scan,
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1353 queue_work(il->workqueue, &il->abort_scan); in il_scan_cancel()
1659 struct il_priv *il = container_of(work, struct il_priv, abort_scan); in il_bg_abort_scan()
1715 INIT_WORK(&il->abort_scan, il_bg_abort_scan); in il_setup_scan_deferred_work()
1723 cancel_work_sync(&il->abort_scan); in il_cancel_scan_deferred_work()
H A Dcommon.h1388 struct work_struct abort_scan; member
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1299 struct work_struct abort_scan; member
H A Dipw2200.c4350 schedule_work(&priv->abort_scan); in ipw_handle_missed_beacon()
4392 schedule_work(&priv->abort_scan); in ipw_handle_missed_beacon()
6404 container_of(work, struct ipw_priv, abort_scan); in ipw_bg_abort_scan()
10615 INIT_WORK(&priv->abort_scan, ipw_bg_abort_scan); in ipw_setup_deferred_work()
11763 cancel_work_sync(&priv->abort_scan); in ipw_pci_remove()
/openbmc/linux/net/wireless/
H A Drdev-ops.h475 rdev->ops->abort_scan(&rdev->wiphy, wdev); in rdev_abort_scan()
H A Dnl80211.c9420 if (!rdev->ops->abort_scan) in nl80211_abort_scan()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2642 .abort_scan = wil_cfg80211_abort_scan,
/openbmc/linux/net/mac80211/
H A Dcfg.c5078 .abort_scan = ieee80211_abort_scan,