Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8192e/
Drtllib_wx.c686 bool deauth = false; in rtllib_wx_set_mlme() local
696 deauth = true; in rtllib_wx_set_mlme()
700 if (deauth) in rtllib_wx_set_mlme()
707 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
Drtllib.h2035 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
Drtllib_softmac.c3456 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn) in SendDisassociation() argument
3461 if (deauth) in SendDisassociation()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h192 } __packed deauth; member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_cmd.c461 struct host_cmd_ds_802_11_deauthenticate *deauth = &cmd->params.deauth; in mwifiex_cmd_802_11_deauthenticate() local
468 memcpy(deauth->mac_addr, mac, ETH_ALEN); in mwifiex_cmd_802_11_deauthenticate()
470 mwifiex_dbg(priv->adapter, CMD, "cmd: Deauth: %pM\n", deauth->mac_addr); in mwifiex_cmd_802_11_deauthenticate()
472 deauth->reason_code = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_802_11_deauthenticate()
Dsta_cmdresp.c564 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
566 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
Dfw.h2125 struct host_cmd_ds_802_11_deauthenticate deauth; member
/linux-4.4.14/net/wireless/
Dmlme.c70 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth()
380 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.c1498 CMD(deauth, DEAUTHENTICATE); in nl80211_send_wiphy()
1559 if (rdev->ops->disconnect || rdev->ops->deauth) { in nl80211_send_wiphy()
7288 if (!rdev->ops->deauth) in nl80211_deauthenticate()
/linux-4.4.14/Documentation/DocBook/
D80211.xml.db45 API-struct-cfg80211-deauth-request
/linux-4.4.14/include/linux/
Dieee80211.h874 } __packed deauth; member
/linux-4.4.14/include/net/
Dcfg80211.h2601 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member
/linux-4.4.14/net/mac80211/
Dibss.c944 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
Dutil.c1275 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in ieee80211_send_deauth_disassoc()
Dcfg.c3848 .deauth = ieee80211_deauth,
Dmlme.c2740 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1885 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in OnDeAuth23a()
3632 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in _issue_deauth()