Home
last modified time | relevance | path

Searched refs:disassoc (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/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
D00-INDEX134 - authentication and association / deauth-disassoc with max80211
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_80211.h49 } __packed disassoc; member
/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211netdev.h112 u32 disassoc; member
Dp80211netdev.c978 wlandev->rx.disassoc++; in p80211_rx_typedrop()
/Linux-v4.19/net/wireless/
Dmlme.c95 u16 reason_code = le16_to_cpu(mgmt->u.disassoc.reason_code); in cfg80211_process_disassoc()
Dcore.c392 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
Drdev-ops.h477 ret = rdev->ops->disassoc(&rdev->wiphy, dev, req); in rdev_disassoc()
Dnl80211.c1529 CMD(disassoc, DISASSOCIATE); in nl80211_add_commands_unsplit()
8802 if (!rdev->ops->disassoc) in nl80211_disassociate()
/Linux-v4.19/include/linux/
Dieee80211.h925 } __packed disassoc; member
/Linux-v4.19/include/net/
Dcfg80211.h3237 int (*disassoc)(struct wiphy *wiphy, struct net_device *dev, member
/Linux-v4.19/net/mac80211/
Dcfg.c3858 .disassoc = ieee80211_disassoc,
Dmlme.c2986 reason_code = le16_to_cpu(mgmt->u.disassoc.reason_code); in ieee80211_rx_mgmt_disassoc()