Searched refs:mgmt_tx (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/wireless/microchip/wilc1000/ |
| A D | mon.c | 117 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()
|
| A D | cfg80211.c | 1160 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function 1170 struct wilc_p2p_mgmt_data *mgmt_tx; in mgmt_tx() local 1187 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_KERNEL); in mgmt_tx() 1188 if (!mgmt_tx) { in mgmt_tx() 1193 mgmt_tx->buff = kmemdup(buf, len, GFP_KERNEL); in mgmt_tx() 1194 if (!mgmt_tx->buff) { in mgmt_tx() 1196 kfree(mgmt_tx); in mgmt_tx() 1200 mgmt_tx->size = len; in mgmt_tx() 1228 mgmt_tx->buff + ie_offset, in mgmt_tx() 1242 mgmt_tx->buff, mgmt_tx->size, in mgmt_tx() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/ |
| A D | core.c | 130 reinit_completion(&vif->mgmt_tx); in brcmf_cyw_mgmt_tx() 180 ready = wait_for_completion_timeout(&vif->mgmt_tx, in brcmf_cyw_mgmt_tx() 235 drvr->ops->mgmt_tx = brcmf_cyw_mgmt_tx; in brcmf_cyw_get_cfg80211_ops() 351 complete(&vif->mgmt_tx); in brcmf_notify_mgmt_tx_status()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htt_tx.c | 1196 len += sizeof(cmd->mgmt_tx); in ath10k_htt_mgmt_tx() 1239 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx() 1240 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx() 1241 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx() 1242 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); in ath10k_htt_mgmt_tx() 1243 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx()
|
| A D | htt.h | 1690 struct htt_mgmt_tx_desc mgmt_tx; member
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | cfg80211.h | 247 struct completion mgmt_tx; member
|
| A D | cfg80211.c | 5995 .mgmt_tx = brcmf_cfg80211_mgmt_tx, 6039 init_completion(&vif->mgmt_tx); in brcmf_alloc_vif()
|
| /drivers/net/wireless/quantenna/qtnfmac/ |
| A D | cfg80211.c | 1013 .mgmt_tx = qtnf_mgmt_tx,
|
| /drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_cfg80211.c | 2709 .mgmt_tx = cfg80211_rtw_mgmt_tx,
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | cfg80211.c | 2651 .mgmt_tx = wil_cfg80211_mgmt_tx,
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | cfg80211.c | 3469 .mgmt_tx = ath6kl_mgmt_tx,
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | cfg80211.c | 4582 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
|
Completed in 74 milliseconds