Home
last modified time | relevance | path

Searched refs:disassociate (Results 1 – 7 of 7) sorted by relevance

/linux/net/ieee802154/
H A Drdev-ops.h289 if (!rdev->ops->disassociate) in rdev_disassociate()
293 ret = rdev->ops->disassociate(&rdev->wpan_phy, wpan_dev, target); in rdev_disassociate()
/linux/Documentation/userspace-api/
H A Dunshare.rst59 even non-threaded applications if they have a need to disassociate
87 disassociate parts of the context during the servicing of the
126 unshare - disassociate parts of the process execution context
134 unshare() allows a process to disassociate parts of its execution
/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt84 userspace->mac80211: deauthenticate/disassociate
/linux/include/net/
H A Dcfg802154.h84 int (*disassociate)(struct wpan_phy *wpan_phy, member
/linux/Documentation/driver-api/usb/
H A Dcallbacks.rst70 These callbacks are intended to associate and disassociate a driver with
/linux/net/mac802154/
H A Dcfg.c703 .disassociate = mac802154_disassociate,
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3897 schedule_work(&priv->disassociate); in ipw_send_disassociate()
3941 container_of(work, struct ipw_priv, disassociate); in ipw_bg_disassociate()
4352 schedule_work(&priv->disassociate); in ipw_handle_missed_beacon()
10605 INIT_WORK(&priv->disassociate, ipw_bg_disassociate); in ipw_setup_deferred_work()
11755 cancel_work_sync(&priv->disassociate); in ipw_pci_remove()