Searched refs:disassoc (Results 1 – 12 of 12) 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()
459 WARN_ON(ops->auth && (!ops->assoc || !ops->deauth || !ops->disassoc)); in wiphy_new_nm()
519 ret = rdev->ops->disassoc(&rdev->wiphy, dev, req); in rdev_disassoc()
2110 CMD(disassoc, DISASSOCIATE); in nl80211_add_commands_unsplit()11483 if (!rdev->ops->disassoc) in nl80211_disassociate()
2669 if (rtwsta->disassoc) { in rtw89_core_ba_work()2740 if (unlikely(!rtwsta) || unlikely(rtwsta->disassoc)) in rtw89_core_stop_tx_ba_session()2787 if (!rtwsta->disassoc && list_empty(&rtwtxq->list)) { in rtw89_core_txq_check_agg()3543 rtwsta->disassoc = true; in rtw89_core_sta_disassoc()
3359 bool disassoc; member
1387 } __packed disassoc; member
4711 int (*disassoc)(struct wiphy *wiphy, struct net_device *dev, member
4726 ops->disassoc = mwifiex_cfg80211_disassociate; in mwifiex_register_cfg80211()
5159 .disassoc = ieee80211_disassoc,
4499 reason_code = le16_to_cpu(mgmt->u.disassoc.reason_code); in ieee80211_rx_mgmt_disassoc()