/Linux-v4.19/drivers/staging/wilc1000/ |
D | linux_mon.c | 126 struct tx_complete_mon_data *mgmt_tx = NULL; in mon_mgmt_tx() local 132 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_ATOMIC); in mon_mgmt_tx() 133 if (!mgmt_tx) in mon_mgmt_tx() 136 mgmt_tx->buff = kmemdup(buf, len, GFP_ATOMIC); in mon_mgmt_tx() 137 if (!mgmt_tx->buff) { in mon_mgmt_tx() 138 kfree(mgmt_tx); in mon_mgmt_tx() 142 mgmt_tx->size = len; in mon_mgmt_tx() 144 wilc_wlan_txq_add_mgmt_pkt(dev, mgmt_tx, mgmt_tx->buff, mgmt_tx->size, in mon_mgmt_tx()
|
D | wilc_wfi_cfgoperations.c | 1509 static void wilc_wfi_cfg_tx_vendor_spec(struct p2p_mgmt_data *mgmt_tx, in wilc_wfi_cfg_tx_vendor_spec() argument 1536 u8 *tx_buff = &mgmt_tx->buff[i + 6]; in wilc_wfi_cfg_tx_vendor_spec() 1551 memcpy(&mgmt_tx->buff[len], p2p_vendor_spec, in wilc_wfi_cfg_tx_vendor_spec() 1553 mgmt_tx->buff[len + vendor_spec_len] = p2p_local_random; in wilc_wfi_cfg_tx_vendor_spec() 1554 mgmt_tx->size = buf_len; in wilc_wfi_cfg_tx_vendor_spec() 1558 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function 1568 struct p2p_mgmt_data *mgmt_tx; in mgmt_tx() local 1582 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_KERNEL); in mgmt_tx() 1583 if (!mgmt_tx) { in mgmt_tx() 1588 mgmt_tx->buff = kmalloc(buf_len, GFP_KERNEL); in mgmt_tx() [all …]
|
/Linux-v4.19/drivers/net/wireless/intersil/prism54/ |
D | islpci_dev.h | 154 struct islpci_membuf mgmt_tx[ISL38XX_CB_MGMT_QSIZE]; member
|
D | islpci_mgt.c | 237 priv->mgmt_tx[index] = buf; in islpci_mgt_transmit() 428 struct islpci_membuf *buf = &priv->mgmt_tx[index]; in islpci_mgt_cleanup_transmit()
|
D | islpci_dev.c | 679 memset(priv->mgmt_tx, 0, sizeof(priv->mgmt_tx)); in islpci_alloc_memory()
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 1078 len += sizeof(cmd->mgmt_tx); in ath10k_htt_mgmt_tx() 1112 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx() 1113 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx() 1114 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx() 1115 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); in ath10k_htt_mgmt_tx() 1116 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx()
|
D | htt.h | 1624 struct htt_mgmt_tx_desc mgmt_tx; member
|
/Linux-v4.19/net/mac80211/ |
D | offchannel.c | 702 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument 714 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc() 716 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
|
D | cfg.c | 3873 .mgmt_tx = ieee80211_mgmt_tx,
|
/Linux-v4.19/net/wireless/ |
D | mlme.c | 589 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
|
D | rdev-ops.h | 724 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
|
D | nl80211.c | 1538 CMD(mgmt_tx, FRAME); in nl80211_add_commands_unsplit() 9946 if (!rdev->ops->mgmt_tx) in nl80211_register_mgmt() 9971 if (!rdev->ops->mgmt_tx) in nl80211_tx_mgmt()
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 937 .mgmt_tx = qtnf_mgmt_tx,
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 3299 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 2056 .mgmt_tx = wil_cfg80211_mgmt_tx,
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 3447 .mgmt_tx = cfg80211_rtw_mgmt_tx,
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3466 .mgmt_tx = ath6kl_mgmt_tx,
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 4153 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5177 .mgmt_tx = brcmf_cfg80211_mgmt_tx,
|