/linux-4.4.14/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 21 like deauth/disassoc, without sending the 22 BA session stop & deauth/disassoc frames 86 mac80211->driver: TX deauth/disassoc
|
D | 00-INDEX | 137 mac80211-auth-assoc-deauth.txt 138 - authentication and association / deauth-disassoc with max80211
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_80211.h | 25 } __packed deauth; member
|
D | hostap_ap.c | 265 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/ |
D | rtllib_wx.c | 686 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()
|
D | rtllib.h | 2035 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
|
D | rtllib_softmac.c | 3456 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/ |
D | ieee80211_ext.h | 192 } __packed deauth; member
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 461 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()
|
D | sta_cmdresp.c | 564 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()
|
D | fw.h | 2125 struct host_cmd_ds_802_11_deauthenticate deauth; member
|
/linux-4.4.14/net/wireless/ |
D | mlme.c | 70 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth() 380 if (!rdev->ops->deauth) in cfg80211_mlme_down()
|
D | core.c | 348 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
|
D | sme.c | 574 if (!rdev->ops->deauth) in cfg80211_sme_disconnect()
|
D | rdev-ops.h | 458 ret = rdev->ops->deauth(&rdev->wiphy, dev, req); in rdev_deauth()
|
D | nl80211.c | 1498 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/ |
D | 80211.xml.db | 45 API-struct-cfg80211-deauth-request
|
/linux-4.4.14/include/linux/ |
D | ieee80211.h | 874 } __packed deauth; member
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 2601 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member
|
/linux-4.4.14/net/mac80211/ |
D | ibss.c | 944 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
|
D | util.c | 1275 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in ieee80211_send_deauth_disassoc()
|
D | cfg.c | 3848 .deauth = ieee80211_deauth,
|
D | mlme.c | 2740 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 1885 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in OnDeAuth23a() 3632 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in _issue_deauth()
|