Searched refs:deauth (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211.h25 } __packed deauth; member in union:hostap_ieee80211_mgmt::__anon13654
H A Dhostap_ap.c12 * unauthenticated STA, send deauth. frame (8802.11: 5.5)
13 * - if unicast Class 3 (data with to/from DS,deauth,pspoll) frame received
15 * - if unicast Class 3 received from unauthenticated STA, send deauth. frame
258 int deauth = sta->timeout_next == STA_DEAUTH; local
263 deauth ? "deauthentication" : "disassociation",
266 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID :
269 (deauth ? IEEE80211_STYPE_DEAUTH :
309 /* deauth message sent; try to resend it few times; the message is
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dmlme.c100 * user requested a deauth. In that case, we will have
102 * deauth request when the assoc response makes it. If
105 * deauth being requested while connected.
190 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code);
600 return rdev->ops->deauth(&rdev->wiphy, dev, &req, wdev);
673 if (!rdev->ops->deauth)
683 rdev->ops->deauth(&rdev->wiphy, dev, &req, wdev);
694 rdev->ops->deauth(&rdev->wiphy, dev, &req, wdev);
703 rdev->ops->deauth(&rdev->wiphy, dev, &req, wdev);
H A Dcore.c323 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc));
H A Dsme.c686 WARN(ret, "deauth failed: %d\n", ret);
916 if (!rdev->ops->deauth)
H A Dnl80211.c582 CMD(deauth, DEAUTHENTICATE);
604 if (dev->ops->disconnect || dev->ops->deauth) {
3798 if (!rdev->ops->deauth) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c237 "deauth/disassoc frame\n", sdata->name);
249 /* u.deauth.reason_code == u.disassoc.reason_code */
250 mgmt->u.deauth.reason_code = cpu_to_le16(reason);
1183 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code);
1749 if (skb->len >= 24 + 2 /* mgmt + deauth reason */ &&
1780 le16_to_cpu(mgmt->u.deauth.reason_code));
2302 * out a deauth frame either. If the state was PROBE,
H A Dcfg.c1631 .deauth = ieee80211_deauth,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h985 * @deauth: Request to deauthenticate from the specified peer
1120 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member in struct:cfg80211_ops
2078 * to not send a deauth frame, but in that case must calls this function
2080 * function within the deauth() callback.
2324 * @ie: information elements of the deauth/disassoc frame (may be %NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h643 } __attribute__ ((packed)) deauth; member in union:ieee80211_mgmt::__anon17506

Completed in 273 milliseconds