Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/networking/
A Dmac80211-auth-assoc-deauth.txt21 like deauth/disassoc, without sending the
22 BA session stop & deauth/disassoc frames
86 mac80211->driver: TX deauth/disassoc
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/
A Dhostap_80211.h26 } __packed deauth; member
A Dhostap_ap.c253 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer() local
258 deauth ? "deauthentication" : "disassociation", in ap_handle_timer()
261 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID : in ap_handle_timer()
264 (deauth ? IEEE80211_STYPE_DEAUTH : in ap_handle_timer()
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib_wx.c654 bool deauth = false; in rtllib_wx_set_mlme() local
664 deauth = true; in rtllib_wx_set_mlme()
667 if (deauth) in rtllib_wx_set_mlme()
674 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
A Drtllib_softmac.c3108 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn) in SendDisassociation() argument
3113 if (deauth) in SendDisassociation()
A Drtllib.h1972 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dsta_cmd.c484 struct host_cmd_ds_802_11_deauthenticate *deauth = &cmd->params.deauth; in mwifiex_cmd_802_11_deauthenticate() local
491 memcpy(deauth->mac_addr, mac, ETH_ALEN); in mwifiex_cmd_802_11_deauthenticate()
493 mwifiex_dbg(priv->adapter, CMD, "cmd: Deauth: %pM\n", deauth->mac_addr); in mwifiex_cmd_802_11_deauthenticate()
495 deauth->reason_code = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_802_11_deauthenticate()
A Dsta_cmdresp.c540 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
542 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
A Dfw.h2330 struct host_cmd_ds_802_11_deauthenticate deauth; member
/linux-6.3-rc2/net/wireless/
A Dmlme.c114 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth()
438 if (!rdev->ops->deauth) in cfg80211_mlme_down()
A Dcore.c422 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
A Dsme.c654 if (!rdev->ops->deauth) in cfg80211_sme_disconnect()
A Drdev-ops.h492 ret = rdev->ops->deauth(&rdev->wiphy, dev, req); in rdev_deauth()
A Dnl80211.c2052 CMD(deauth, DEAUTHENTICATE); in nl80211_add_commands_unsplit()
2100 if (rdev->ops->disconnect || rdev->ops->deauth) { in nl80211_add_commands_unsplit()
11098 if (!rdev->ops->deauth) in nl80211_deauthenticate()
/linux-6.3-rc2/net/mac80211/
A Dibss.c934 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
A Dutil.c1896 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in ieee80211_send_deauth_disassoc()
A Dcfg.c4954 .deauth = ieee80211_deauth,
A Dmlme.c3816 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
/linux-6.3-rc2/include/linux/
A Dieee80211.h1197 } __packed deauth; member
/linux-6.3-rc2/include/net/
A Dcfg80211.h4452 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member

Completed in 165 milliseconds