Searched refs:disassoc (Results 1 – 14 of 14) sorted by relevance
21 like deauth/disassoc, without sending the22 BA session stop & deauth/disassoc frames86 mac80211->driver: TX deauth/disassoc
135 u16 reason_code = le16_to_cpu(mgmt->u.disassoc.reason_code); in cfg80211_process_disassoc()
452 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
520 ret = rdev->ops->disassoc(&rdev->wiphy, dev, req); in rdev_disassoc()
2133 CMD(disassoc, DISASSOCIATE); in nl80211_add_commands_unsplit()11522 if (!rdev->ops->disassoc) in nl80211_disassociate()
574 rtwsta->disassoc = true; in __rtw89_ops_sta_disassoc()
2942 if (rtwsta->disassoc) { in rtw89_core_ba_work()3013 if (unlikely(!rtwsta) || unlikely(rtwsta->disassoc)) in rtw89_core_stop_tx_ba_session()3060 if (!rtwsta->disassoc && list_empty(&rtwtxq->list)) { in rtw89_core_txq_check_agg()
5835 bool disassoc; member
1861 name: unprotected-deauth-disassoc
1387 } __packed disassoc; member
4766 int (*disassoc)(struct wiphy *wiphy, struct net_device *dev, member
4726 ops->disassoc = mwifiex_cfg80211_disassociate; in mwifiex_register_cfg80211()
5254 .disassoc = ieee80211_disassoc,
4950 reason_code = le16_to_cpu(mgmt->u.disassoc.reason_code); in ieee80211_rx_mgmt_disassoc()