Home
last modified time | relevance | path

Searched refs:mgmt_tx (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dmon.c117 struct tx_complete_mon_data *mgmt_tx = NULL; in mon_mgmt_tx() local
123 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_ATOMIC); in mon_mgmt_tx()
124 if (!mgmt_tx) in mon_mgmt_tx()
127 mgmt_tx->buff = kmemdup(buf, len, GFP_ATOMIC); in mon_mgmt_tx()
128 if (!mgmt_tx->buff) { in mon_mgmt_tx()
129 kfree(mgmt_tx); in mon_mgmt_tx()
133 mgmt_tx->size = len; in mon_mgmt_tx()
135 wilc_wlan_txq_add_mgmt_pkt(dev, mgmt_tx, mgmt_tx in mon_mgmt_tx()
[all...]
H A Dcfg80211.c1135 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function
1145 struct wilc_p2p_mgmt_data *mgmt_tx; in mgmt_tx() local
1162 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_KERNEL); in mgmt_tx()
1163 if (!mgmt_tx) { in mgmt_tx()
1168 mgmt_tx->buff = kmemdup(buf, len, GFP_KERNEL); in mgmt_tx()
1169 if (!mgmt_tx->buff) { in mgmt_tx()
1171 kfree(mgmt_tx); in mgmt_tx()
1175 mgmt_tx->size = len; in mgmt_tx()
1197 mgmt_tx in mgmt_tx()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dmon.c117 struct tx_complete_mon_data *mgmt_tx = NULL; in mon_mgmt_tx() local
123 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_ATOMIC); in mon_mgmt_tx()
124 if (!mgmt_tx) in mon_mgmt_tx()
127 mgmt_tx->buff = kmemdup(buf, len, GFP_ATOMIC); in mon_mgmt_tx()
128 if (!mgmt_tx->buff) { in mon_mgmt_tx()
129 kfree(mgmt_tx); in mon_mgmt_tx()
133 mgmt_tx->size = len; in mon_mgmt_tx()
135 wilc_wlan_txq_add_mgmt_pkt(dev, mgmt_tx, mgmt_tx in mon_mgmt_tx()
[all...]
H A Dcfg80211.c1165 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function
1175 struct wilc_p2p_mgmt_data *mgmt_tx; in mgmt_tx() local
1192 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_KERNEL); in mgmt_tx()
1193 if (!mgmt_tx) { in mgmt_tx()
1198 mgmt_tx->buff = kmemdup(buf, len, GFP_KERNEL); in mgmt_tx()
1199 if (!mgmt_tx->buff) { in mgmt_tx()
1201 kfree(mgmt_tx); in mgmt_tx()
1205 mgmt_tx->size = len; in mgmt_tx()
1233 mgmt_tx in mgmt_tx()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Dislpci_dev.h142 struct islpci_membuf mgmt_tx[ISL38XX_CB_MGMT_QSIZE]; member
H A Dislpci_mgt.c226 priv->mgmt_tx[index] = buf; in islpci_mgt_transmit()
417 struct islpci_membuf *buf = &priv->mgmt_tx[index]; in islpci_mgt_cleanup_transmit()
H A Dislpci_dev.c667 memset(priv->mgmt_tx, 0, sizeof(priv->mgmt_tx)); in islpci_alloc_memory()
/kernel/linux/linux-5.10/net/mac80211/
H A Doffchannel.c688 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc()
700 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc()
702 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
687 ieee80211_cancel_roc(struct ieee80211_local *local, u64 cookie, bool mgmt_tx) ieee80211_cancel_roc() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Doffchannel.c690 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc()
702 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc()
704 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
689 ieee80211_cancel_roc(struct ieee80211_local *local, u64 cookie, bool mgmt_tx) ieee80211_cancel_roc() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1216 len += sizeof(cmd->mgmt_tx); in ath10k_htt_mgmt_tx()
1259 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx()
1260 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx()
1261 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx()
1262 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); in ath10k_htt_mgmt_tx()
1263 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx()
H A Dhtt.h1796 struct htt_mgmt_tx_desc mgmt_tx; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1198 len += sizeof(cmd->mgmt_tx); in ath10k_htt_mgmt_tx()
1241 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx()
1242 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx()
1243 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx()
1244 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); in ath10k_htt_mgmt_tx()
1245 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx()
H A Dhtt.h1686 struct htt_mgmt_tx_desc mgmt_tx; member
/kernel/linux/linux-5.10/net/wireless/
H A Dmlme.c652 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
H A Drdev-ops.h742 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1024 .mgmt_tx = qtnf_mgmt_tx,
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1011 .mgmt_tx = qtnf_mgmt_tx,
/kernel/linux/linux-6.6/net/wireless/
H A Dmlme.c734 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
H A Drdev-ops.h758 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h3757 * @mgmt_tx: Transmit a management frame.
4100 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
7232 * @cookie: Cookie returned by cfg80211_ops::mgmt_tx()
7239 * transmitted with cfg80211_ops::mgmt_tx() to report the TX status of the
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2735 .mgmt_tx = cfg80211_rtw_mgmt_tx,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1421 wil_dbg_misc(wil, "mgmt_tx: channel %d offchan %d, wait %d\n", in wil_cfg80211_mgmt_tx()
1428 * mgmt_tx or listen on a channel other than active one. in wil_cfg80211_mgmt_tx()
2627 .mgmt_tx = wil_cfg80211_mgmt_tx,
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4177 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3463 .mgmt_tx = ath6kl_mgmt_tx,
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c3360 .mgmt_tx = cfg80211_rtw_mgmt_tx,

Completed in 70 milliseconds

12