/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_mon.c | 173 struct tx_complete_mon_data *mgmt_tx = NULL; in mon_mgmt_tx() local 181 mgmt_tx = kmalloc(sizeof(struct tx_complete_mon_data), GFP_ATOMIC); in mon_mgmt_tx() 182 if (mgmt_tx == NULL) { in mon_mgmt_tx() 187 mgmt_tx->buff = kmalloc(len, GFP_ATOMIC); in mon_mgmt_tx() 188 if (mgmt_tx->buff == NULL) { in mon_mgmt_tx() 190 kfree(mgmt_tx); in mon_mgmt_tx() 195 mgmt_tx->size = len; in mon_mgmt_tx() 197 memcpy(mgmt_tx->buff, buf, len); in mon_mgmt_tx() 198 wilc_wlan_txq_add_mgmt_pkt(mgmt_tx, mgmt_tx->buff, mgmt_tx->size, in mon_mgmt_tx()
|
D | wilc_wfi_cfgoperations.c | 2192 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function 2202 struct p2p_mgmt_data *mgmt_tx; in mgmt_tx() local 2220 mgmt_tx = kmalloc(sizeof(struct p2p_mgmt_data), GFP_KERNEL); in mgmt_tx() 2221 if (mgmt_tx == NULL) { in mgmt_tx() 2225 mgmt_tx->buff = kmalloc(buf_len, GFP_KERNEL); in mgmt_tx() 2226 if (mgmt_tx->buff == NULL) { in mgmt_tx() 2228 kfree(mgmt_tx); in mgmt_tx() 2231 memcpy(mgmt_tx->buff, buf, len); in mgmt_tx() 2232 mgmt_tx->size = len; in mgmt_tx() 2293 WILC_WFI_CfgParseTxAction(&mgmt_tx->buff[i + 6], len - (i + 6), true, nic->iftype); in mgmt_tx() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 470 len += sizeof(cmd->mgmt_tx); in ath10k_htt_mgmt_tx() 499 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx() 500 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx() 501 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx() 502 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); in ath10k_htt_mgmt_tx() 503 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx()
|
D | htt.h | 1331 struct htt_mgmt_tx_desc mgmt_tx; member
|
/linux-4.4.14/drivers/net/wireless/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-4.4.14/net/mac80211/ |
D | cfg.c | 2714 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument 2724 if (!mgmt_tx && dep->cookie != cookie) in ieee80211_cancel_roc() 2726 else if (mgmt_tx && dep->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc() 2736 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc() 2738 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc() 3864 .mgmt_tx = ieee80211_mgmt_tx,
|
/linux-4.4.14/net/wireless/ |
D | mlme.c | 566 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
|
D | rdev-ops.h | 680 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
|
D | nl80211.c | 1508 CMD(mgmt_tx, FRAME); in nl80211_send_wiphy() 8473 if (!rdev->ops->mgmt_tx) in nl80211_register_mgmt() 8498 if (!rdev->ops->mgmt_tx) in nl80211_tx_mgmt()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1067 .mgmt_tx = wil_cfg80211_mgmt_tx,
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 2661 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 3119 .mgmt_tx = cfg80211_rtw_mgmt_tx,
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 3672 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3457 .mgmt_tx = ath6kl_mgmt_tx,
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 4675 .mgmt_tx = brcmf_cfg80211_mgmt_tx,
|