Searched refs:disassociate (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ieee802154/ |
| H A D | rdev-ops.h | 289 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 D | unshare.rst | 59 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 D | mac80211-auth-assoc-deauth.txt | 84 userspace->mac80211: deauthenticate/disassociate
|
| /linux/include/net/ |
| H A D | cfg802154.h | 84 int (*disassociate)(struct wpan_phy *wpan_phy, member
|
| /linux/Documentation/driver-api/usb/ |
| H A D | callbacks.rst | 70 These callbacks are intended to associate and disassociate a driver with
|
| /linux/net/mac802154/ |
| H A D | cfg.c | 703 .disassociate = mac802154_disassociate,
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2200.c | 3897 schedule_work(&priv->disassociate); in ipw_send_disassociate() 3941 container_of(work, struct ipw_priv, disassociate); in ipw_bg_disassociate() 4329 * Above disassociate threshold, give up and stop scanning. 4339 * beacon threshold, disassociate, turn in ipw_handle_missed_beacon() 4343 "Missed beacon: %d - disassociate\n", missed_count); in ipw_handle_missed_beacon() 4352 schedule_work(&priv->disassociate); in ipw_handle_missed_beacon() 5977 "Missed beacon: %d - disassociate\n", in ipw_adhoc_check() 9037 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value); in ipw_wx_set_sens() 10605 INIT_WORK(&priv->disassociate, ipw_bg_disassociate); in ipw_setup_deferred_work() 10696 * various supplicants, we don't force a disassociate i in shim__set_security() [all...] |