Home
last modified time | relevance | path

Searched refs:deauth (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt21 like deauth/disassoc, without sending the
22 BA session stop & deauth/disassoc frames
86 mac80211->driver: TX deauth/disassoc
D00-INDEX137 mac80211-auth-assoc-deauth.txt
138 - authentication and association / deauth-disassoc with max80211
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_80211.h25 } __packed deauth; member
Dhostap_ap.c265 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer() local
270 deauth ? "deauthentication" : "disassociation", in ap_handle_timer()
273 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID : in ap_handle_timer()
276 (deauth ? IEEE80211_STYPE_DEAUTH : in ap_handle_timer()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_wx.c745 bool deauth = false; in rtllib_wx_set_mlme() local
755 deauth = true; in rtllib_wx_set_mlme()
759 if (deauth) in rtllib_wx_set_mlme()
766 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
Drtllib_softmac.c3555 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn) in SendDisassociation() argument
3560 if (deauth) in SendDisassociation()
Drtllib.h2685 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h192 } __packed deauth; member
/linux-4.1.27/net/wireless/
Dmlme.c69 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth()
379 if (!rdev->ops->deauth) in cfg80211_mlme_down()
Dcore.c348 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
Dsme.c574 if (!rdev->ops->deauth) in cfg80211_sme_disconnect()
Drdev-ops.h458 ret = rdev->ops->deauth(&rdev->wiphy, dev, req); in rdev_deauth()
Dnl80211.c1485 CMD(deauth, DEAUTHENTICATE); in nl80211_send_wiphy()
1546 if (rdev->ops->disconnect || rdev->ops->deauth) { in nl80211_send_wiphy()
7121 if (!rdev->ops->deauth) in nl80211_deauthenticate()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmd.c456 struct host_cmd_ds_802_11_deauthenticate *deauth = &cmd->params.deauth; in mwifiex_cmd_802_11_deauthenticate() local
463 memcpy(deauth->mac_addr, mac, ETH_ALEN); in mwifiex_cmd_802_11_deauthenticate()
465 dev_dbg(priv->adapter->dev, "cmd: Deauth: %pM\n", deauth->mac_addr); in mwifiex_cmd_802_11_deauthenticate()
467 deauth->reason_code = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_802_11_deauthenticate()
Dsta_cmdresp.c556 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
558 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
Dfw.h1940 struct host_cmd_ds_802_11_deauthenticate deauth; member
/linux-4.1.27/include/linux/
Dieee80211.h874 } __packed deauth; member
/linux-4.1.27/net/mac80211/
Dibss.c941 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
Dutil.c1325 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in ieee80211_send_deauth_disassoc()
Dcfg.c3743 .deauth = ieee80211_deauth,
Dmlme.c2704 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
/linux-4.1.27/include/net/
Dcfg80211.h2557 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1892 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in OnDeAuth23a()
3640 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in _issue_deauth()