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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c354 len += sizeof(cmd->mgmt_tx); ath10k_htt_mgmt_tx()
382 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); ath10k_htt_mgmt_tx()
383 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); ath10k_htt_mgmt_tx()
384 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); ath10k_htt_mgmt_tx()
385 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); ath10k_htt_mgmt_tx()
386 memcpy(cmd->mgmt_tx.hdr, msdu->data, ath10k_htt_mgmt_tx()
H A Dhtt.h1185 struct htt_mgmt_tx_desc mgmt_tx; member in union:htt_cmd::__anon7635
/linux-4.1.27/drivers/net/wireless/prism54/
H A Dislpci_mgt.c237 priv->mgmt_tx[index] = buf; islpci_mgt_transmit()
428 struct islpci_membuf *buf = &priv->mgmt_tx[index]; islpci_mgt_cleanup_transmit()
H A Dislpci_dev.h154 struct islpci_membuf mgmt_tx[ISL38XX_CB_MGMT_QSIZE]; member in struct:__anon8101
H A Dislpci_dev.c679 memset(priv->mgmt_tx, 0, sizeof(priv->mgmt_tx)); islpci_alloc_memory()
/linux-4.1.27/net/mac80211/
H A Dcfg.c2692 u64 cookie, bool mgmt_tx) ieee80211_cancel_roc()
2702 if (!mgmt_tx && dep->cookie != cookie) ieee80211_cancel_roc()
2704 else if (mgmt_tx && dep->mgmt_tx_cookie != cookie) ieee80211_cancel_roc()
2714 if (!mgmt_tx && roc->cookie != cookie) ieee80211_cancel_roc()
2716 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) ieee80211_cancel_roc()
3759 .mgmt_tx = ieee80211_mgmt_tx,
2691 ieee80211_cancel_roc(struct ieee80211_local *local, u64 cookie, bool mgmt_tx) ieee80211_cancel_roc() argument
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c954 .mgmt_tx = wil_cfg80211_mgmt_tx,
/linux-4.1.27/net/wireless/
H A Dmlme.c521 if (!rdev->ops->mgmt_tx) cfg80211_mlme_mgmt_tx()
H A Drdev-ops.h680 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); rdev_mgmt_tx()
H A Dnl80211.c1495 CMD(mgmt_tx, FRAME); nl80211_send_wiphy()
8303 if (!rdev->ops->mgmt_tx) nl80211_register_mgmt()
8328 if (!rdev->ops->mgmt_tx) nl80211_tx_mgmt()
/linux-4.1.27/net/batman-adv/
H A Dsoft-interface.c1054 { "mgmt_tx" },
/linux-4.1.27/include/net/
H A Dcfg80211.h2339 * @mgmt_tx: Transmit a management frame.
2617 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member in struct:cfg80211_ops
4687 * @cookie: Cookie returned by cfg80211_ops::mgmt_tx()
4694 * transmitted with cfg80211_ops::mgmt_tx() to report the TX status of the
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3448 .mgmt_tx = ath6kl_mgmt_tx,
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dcfg80211.c3397 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c3119 .mgmt_tx = cfg80211_rtw_mgmt_tx,
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c4589 .mgmt_tx = brcmf_cfg80211_mgmt_tx,

Completed in 1060 milliseconds