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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211.h24 } __attribute__ ((packed)) deauth; member in union:hostap_ieee80211_mgmt::__anon6008
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
256 int deauth = sta->timeout_next == STA_DEAUTH; local
261 deauth ? "deauthentication" : "disassociation",
264 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID :
267 (deauth ? IEEE80211_STYPE_DEAUTH :
306 /* deauth message sent; try to resend it few times; the message is
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_auth.c345 * Sends a deauth request to the desired AP
373 ieee80211softmac_deauth_resp(struct net_device *dev, struct ieee80211_deauth *deauth) argument
382 if (!deauth) {
383 dprintk("deauth without deauth packet. eek!\n");
387 net = ieee80211softmac_get_network_by_bssid(mac, deauth->header.addr2);
391 MAC_ARG(deauth->header.addr2));
H A Dieee80211softmac_priv.h149 int ieee80211softmac_deauth_resp(struct net_device *dev, struct ieee80211_deauth *deauth);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dieee80211.h126 } __attribute__ ((packed)) deauth; member in union:ieee80211_mgmt::__anon9834
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dhostcmd.h626 struct cmd_ds_802_11_deauthenticate deauth; member in union:cmd_ds_command::__anon6092
H A Djoin.c306 struct cmd_ds_802_11_deauthenticate *dauth = &cmd->params.deauth;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c384 struct ieee80211_if_sta *ifsta, int deauth)
386 if (deauth)
603 printk(KERN_DEBUG "%s: failed to allocate buffer for deauth "
617 mgmt->u.deauth.reason_code = cpu_to_le16(reason);
1027 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code);
383 ieee80211_set_disassoc(struct net_device *dev, struct ieee80211_if_sta *ifsta, int deauth) argument

Completed in 321 milliseconds