Home
last modified time | relevance | path

Searched refs:mgmt_tx (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
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->buff, mgmt_tx->size, in mon_mgmt_tx()
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->buff + ie_offset, in mgmt_tx()
1246 wilc_wlan_txq_add_mgmt_pkt(wdev->netdev, mgmt_tx, in mgmt_tx()
[all …]
/linux-6.1.9/net/mac80211/
Doffchannel.c690 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument
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()
Dcfg.c4900 .mgmt_tx = ieee80211_mgmt_tx,
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
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()
Dhtt.h1684 struct htt_mgmt_tx_desc mgmt_tx; member
/linux-6.1.9/net/wireless/
Dmlme.c682 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
Drdev-ops.h746 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
Dnl80211.c2057 CMD(mgmt_tx, FRAME); in nl80211_add_commands_unsplit()
12260 if (!rdev->ops->mgmt_tx) in nl80211_register_mgmt()
12295 if (!rdev->ops->mgmt_tx) in nl80211_tx_mgmt()
/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c1011 .mgmt_tx = qtnf_mgmt_tx,
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2771 .mgmt_tx = cfg80211_rtw_mgmt_tx,
/linux-6.1.9/include/net/
Dcfg80211.h4464 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2651 .mgmt_tx = wil_cfg80211_mgmt_tx,
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3465 .mgmt_tx = ath6kl_mgmt_tx,
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c4221 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c5560 .mgmt_tx = brcmf_cfg80211_mgmt_tx,