Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H 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/drivers/net/wireless/marvell/mwifiex/
H 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()
H A Dutil.c367 mgmt->u.deauth.reason_code = cpu_to_le16(reason_code); in mwifiex_host_mlme_disconnect()
H A Dfw.h2398 struct host_cmd_ds_802_11_deauthenticate deauth; member
H A Dcfg80211.c4718 ops->deauth = mwifiex_cfg80211_deauthenticate; in mwifiex_register_cfg80211()
/linux/net/wireless/
H A Dmlme.c116 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in cfg80211_process_deauth()
579 if (!rdev->ops->deauth) in cfg80211_mlme_down()
H A Dcore.c455 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
H A Dsme.c656 if (!rdev->ops->deauth) in cfg80211_sme_disconnect()
H A Drdev-ops.h509 ret = rdev->ops->deauth(&rdev->wiphy, dev, req); in rdev_deauth()
H A Dnl80211.c2207 CMD(deauth, DEAUTHENTICATE); in nl80211_add_commands_unsplit()
2255 if (rdev->ops->disconnect || rdev->ops->deauth) { in nl80211_add_commands_unsplit()
12521 if (!rdev->ops->deauth) in nl80211_deauthenticate()
/linux/net/mac80211/
H A Dibss.c914 u16 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth_ibss()
H A Dcfg.c5574 .deauth = ieee80211_deauth,
H A Dmlme.c5012 u16 reason_code = le16_to_cpu(mgmt->u.deauth.reason_code); in ieee80211_rx_mgmt_deauth()
/linux/include/net/
H A Dcfg80211.h4965 int (*deauth)(struct wiphy *wiphy, struct net_device *dev, member