Searched refs:deauth (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/Documentation/networking/ |
| H A 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
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmd.c | 484 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()
|
| H A D | sta_cmdresp.c | 540 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()
|
| H A D | util.c | 385 mgmt->u.deauth.reason_code = cpu_to_le16(reason_code); in mwifiex_host_mlme_disconnect()
|
| H A D | fw.h | 2398 struct host_cmd_ds_802_11_deauthenticate deauth; member
|
| H A D | cfg80211.c | 4725 ops->deauth = mwifiex_cfg80211_deauthenticate; in mwifiex_register_cfg80211()
|
| /linux-6.15/net/wireless/ |
| H A D | mlme.c | 116 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth() 562 if (!rdev->ops->deauth) in cfg80211_mlme_down()
|
| H A D | core.c | 452 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
|
| H A D | sme.c | 657 if (!rdev->ops->deauth) in cfg80211_sme_disconnect()
|
| H A D | rdev-ops.h | 509 ret = rdev->ops->deauth(&rdev->wiphy, dev, req); in rdev_deauth()
|
| H A D | nl80211.c | 2132 CMD(deauth, DEAUTHENTICATE); in nl80211_add_commands_unsplit() 2180 if (rdev->ops->disconnect || rdev->ops->deauth) { in nl80211_add_commands_unsplit() 11477 if (!rdev->ops->deauth) in nl80211_deauthenticate()
|
| /linux-6.15/net/mac80211/ |
| H A D | ibss.c | 922 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
|
| H A D | util.c | 1157 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in ieee80211_send_deauth_disassoc()
|
| H A D | cfg.c | 5253 .deauth = ieee80211_deauth,
|
| H A D | mlme.c | 4895 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | nl80211.yaml | 1861 name: unprotected-deauth-disassoc
|
| /linux-6.15/include/linux/ |
| H A D | ieee80211.h | 1359 } __packed deauth; member
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 4764 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member
|