Home
last modified time | relevance | path

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

/linux-6.12.1/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
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_wx.c619 bool deauth = false; in rtllib_wx_set_mlme() local
629 deauth = true; in rtllib_wx_set_mlme()
632 if (deauth) in rtllib_wx_set_mlme()
639 send_disassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
Drtllib_softmac.c2198 void send_disassociation(struct rtllib_device *ieee, bool deauth, u16 rsn) in send_disassociation() argument
2203 if (deauth) in send_disassociation()
Drtllib.h1638 void send_disassociation(struct rtllib_device *ieee, bool deauth, u16 rsn);
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
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()
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()
Dutil.c385 mgmt->u.deauth.reason_code = cpu_to_le16(reason_code); in mwifiex_host_mlme_disconnect()
Dfw.h2385 struct host_cmd_ds_802_11_deauthenticate deauth; member
Dcfg80211.c4725 ops->deauth = mwifiex_cfg80211_deauthenticate; in mwifiex_register_cfg80211()
/linux-6.12.1/net/wireless/
Dmlme.c116 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth()
561 if (!rdev->ops->deauth) in cfg80211_mlme_down()
Dcore.c459 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
Dsme.c658 if (!rdev->ops->deauth) in cfg80211_sme_disconnect()
Drdev-ops.h508 ret = rdev->ops->deauth(&rdev->wiphy, dev, req); in rdev_deauth()
Dnl80211.c2109 CMD(deauth, DEAUTHENTICATE); in nl80211_add_commands_unsplit()
2157 if (rdev->ops->disconnect || rdev->ops->deauth) { in nl80211_add_commands_unsplit()
11438 if (!rdev->ops->deauth) in nl80211_deauthenticate()
/linux-6.12.1/net/mac80211/
Dibss.c921 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
Dutil.c1170 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in ieee80211_send_deauth_disassoc()
Dcfg.c5158 .deauth = ieee80211_deauth,
Dmlme.c4444 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
/linux-6.12.1/include/linux/
Dieee80211.h1359 } __packed deauth; member
/linux-6.12.1/include/net/
Dcfg80211.h4709 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member