Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c354 len += sizeof(cmd->mgmt_tx); in ath10k_htt_mgmt_tx()
382 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx()
383 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx()
384 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx()
385 cmd->mgmt_tx.vdev_id = __cpu_to_le32(vdev_id); in ath10k_htt_mgmt_tx()
386 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx()
Dhtt.h1185 struct htt_mgmt_tx_desc mgmt_tx; member
/linux-4.1.27/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.1.27/net/mac80211/
Dcfg.c2692 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument
2702 if (!mgmt_tx && dep->cookie != cookie) in ieee80211_cancel_roc()
2704 else if (mgmt_tx && dep->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
2714 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc()
2716 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
3759 .mgmt_tx = ieee80211_mgmt_tx,
/linux-4.1.27/net/wireless/
Dmlme.c521 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.c1495 CMD(mgmt_tx, FRAME); in nl80211_send_wiphy()
8303 if (!rdev->ops->mgmt_tx) in nl80211_register_mgmt()
8328 if (!rdev->ops->mgmt_tx) in nl80211_tx_mgmt()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c954 .mgmt_tx = wil_cfg80211_mgmt_tx,
/linux-4.1.27/include/net/
Dcfg80211.h2617 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3119 .mgmt_tx = cfg80211_rtw_mgmt_tx,
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3397 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3448 .mgmt_tx = ath6kl_mgmt_tx,
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c4589 .mgmt_tx = brcmf_cfg80211_mgmt_tx,