Searched refs:mgmt_tx (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 354 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()
|
D | htt.h | 1185 struct htt_mgmt_tx_desc mgmt_tx; member
|
/linux-4.1.27/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.1.27/net/mac80211/ |
D | cfg.c | 2692 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/ |
D | mlme.c | 521 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 | 1495 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/ |
D | cfg80211.c | 954 .mgmt_tx = wil_cfg80211_mgmt_tx,
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 2617 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 3119 .mgmt_tx = cfg80211_rtw_mgmt_tx,
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 3397 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3448 .mgmt_tx = ath6kl_mgmt_tx,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 4589 .mgmt_tx = brcmf_cfg80211_mgmt_tx,
|