Searched refs:disassociate (Results 1 - 6 of 6) sorted by relevance

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt84 userspace->mac80211: deauthenticate/disassociate
/linux-master/net/ieee802154/
H A Drdev-ops.h289 if (!rdev->ops->disassociate)
293 ret = rdev->ops->disassociate(&rdev->wpan_phy, wpan_dev, target);
/linux-master/include/net/
H A Dcfg802154.h84 int (*disassociate)(struct wpan_phy *wpan_phy, member in struct:cfg802154_ops
/linux-master/net/mac802154/
H A Dcfg.c703 .disassociate = mac802154_disassociate,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1287 struct work_struct disassociate; member in struct:ipw_priv
H A Dipw2200.c3898 schedule_work(&priv->disassociate);
3942 container_of(work, struct ipw_priv, disassociate);
4330 * Above disassociate threshold, give up and stop scanning.
4340 * beacon threshold, disassociate, turn
4344 "Missed beacon: %d - disassociate\n", missed_count);
4353 schedule_work(&priv->disassociate);
5978 "Missed beacon: %d - disassociate\n",
9030 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value);
10598 INIT_WORK(&priv->disassociate, ipw_bg_disassociate);
10689 * various supplicants, we don't force a disassociate i
[all...]

Completed in 234 milliseconds