| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | mon.c | 117 struct tx_complete_mon_data *mgmt_tx = NULL; in mon_mgmt_tx() local 123 mgmt_tx = kmalloc_obj(*mgmt_tx, GFP_ATOMIC); in mon_mgmt_tx() 124 if (!mgmt_tx) in mon_mgmt_tx() 127 mgmt_tx->buff = kmemdup(buf, len, GFP_ATOMIC); in mon_mgmt_tx() 128 if (!mgmt_tx->buff) { in mon_mgmt_tx() 129 kfree(mgmt_tx); in mon_mgmt_tx() 133 mgmt_tx->size = len; in mon_mgmt_tx() 135 wilc_wlan_txq_add_mgmt_pkt(dev, mgmt_tx, mgmt_tx->buff, mgmt_tx->size, in mon_mgmt_tx()
|
| H A D | cfg80211.c | 1147 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function 1157 struct wilc_p2p_mgmt_data *mgmt_tx; in mgmt_tx() local 1173 mgmt_tx = kmalloc_obj(*mgmt_tx); in mgmt_tx() 1174 if (!mgmt_tx) { in mgmt_tx() 1179 mgmt_tx->buff = kmemdup(buf, len, GFP_KERNEL); in mgmt_tx() 1180 if (!mgmt_tx->buff) { in mgmt_tx() 1182 kfree(mgmt_tx); in mgmt_tx() 1186 mgmt_tx->size = len; in mgmt_tx() 1214 mgmt_tx->buff + ie_offset, in mgmt_tx() 1227 wilc_wlan_txq_add_mgmt_pkt(wdev->netdev, mgmt_tx, in mgmt_tx() [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/ |
| H A D | core.c | 128 reinit_completion(&vif->mgmt_tx); in brcmf_cyw_mgmt_tx() 178 ready = wait_for_completion_timeout(&vif->mgmt_tx, in brcmf_cyw_mgmt_tx() 232 drvr->ops->mgmt_tx = brcmf_cyw_mgmt_tx; in brcmf_cyw_get_cfg80211_ops() 354 complete(&vif->mgmt_tx); in brcmf_notify_mgmt_tx_status()
|
| /linux/net/mac80211/ |
| H A D | offchannel.c | 719 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument 732 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc() 734 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
|
| H A D | cfg.c | 6039 .mgmt_tx = ieee80211_mgmt_tx,
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.h | 251 struct completion mgmt_tx; member
|
| H A D | cfg80211.c | 6037 .mgmt_tx = brcmf_cfg80211_mgmt_tx, 6082 init_completion(&vif->mgmt_tx); in brcmf_alloc_vif()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 1011 .mgmt_tx = qtnf_mgmt_tx,
|
| /linux/net/wireless/ |
| H A D | mlme.c | 907 if (!rdev->ops->mgmt_tx) in cfg80211_mlme_mgmt_tx()
|
| H A D | rdev-ops.h | 768 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
|
| H A D | nl80211.c | 2431 CMD(mgmt_tx, FRAME); in nl80211_add_commands_unsplit() 14746 if (!rdev->ops->mgmt_tx) in nl80211_register_mgmt() 14781 if (!rdev->ops->mgmt_tx) in nl80211_tx_mgmt()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 2649 .mgmt_tx = wil_cfg80211_mgmt_tx,
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfg80211.c | 3653 .mgmt_tx = nxpwifi_cfg80211_mgmt_tx,
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 3472 .mgmt_tx = ath6kl_mgmt_tx,
|
| /linux/include/net/ |
| H A D | cfg80211.h | 5466 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4587 .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
|