Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c173 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()
Dwilc_wfi_cfgoperations.c2192 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/
Dhtt_tx.c470 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()
Dhtt.h1331 struct htt_mgmt_tx_desc mgmt_tx; member
/linux-4.4.14/drivers/net/wireless/prism54/
Dislpci_dev.h154 struct islpci_membuf mgmt_tx[ISL38XX_CB_MGMT_QSIZE]; member
Dislpci_mgt.c237 priv->mgmt_tx[index] = buf; in islpci_mgt_transmit()
428 struct islpci_membuf *buf = &priv->mgmt_tx[index]; in islpci_mgt_cleanup_transmit()
Dislpci_dev.c679 memset(priv->mgmt_tx, 0, sizeof(priv->mgmt_tx)); in islpci_alloc_memory()
/linux-4.4.14/net/mac80211/
Dcfg.c2714 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/
Dmlme.c566 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
Drdev-ops.h680 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
Dnl80211.c1508 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/
Dcfg80211.c1067 .mgmt_tx = wil_cfg80211_mgmt_tx,
/linux-4.4.14/include/net/
Dcfg80211.h2661 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3119 .mgmt_tx = cfg80211_rtw_mgmt_tx,
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfg80211.c3672 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3457 .mgmt_tx = ath6kl_mgmt_tx,
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c4675 .mgmt_tx = brcmf_cfg80211_mgmt_tx,