Searched refs:no_cck (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/os_if/p2p/src/ |
D | wlan_cfg80211_p2p.c | 426 const uint8_t *buf, uint32_t len, bool no_cck, in wlan_cfg80211_mgmt_tx() argument 477 mgmt_tx.no_cck = (uint32_t)no_cck; in wlan_cfg80211_mgmt_tx()
|
/wlan-driver/qcacld-3.0/os_if/p2p/inc/ |
D | wlan_cfg80211_p2p.h | 101 const uint8_t *buf, uint32_t len, bool no_cck,
|
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/ |
D | wlan_p2p_ucfg_api.c | 343 tx_action->no_cck = mgmt_frm->no_cck; in ucfg_p2p_mgmt_tx() 359 mgmt_frm->wait, mgmt_frm->len, mgmt_frm->no_cck, in ucfg_p2p_mgmt_tx()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_p2p.h | 87 const u8 *buf, size_t len, bool no_cck,
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_p2p.c | 222 const u8 *buf, size_t len, bool no_cck, in __wlan_hdd_mgmt_tx() argument 341 len, no_cck, dont_wait_for_ack, cookie); in __wlan_hdd_mgmt_tx() 358 const u8 *buf, size_t len, bool no_cck, in wlan_hdd_mgmt_tx() 372 params->no_cck, params->dont_wait_for_ack, in wlan_hdd_mgmt_tx() 376 wait, buf, len, no_cck, in wlan_hdd_mgmt_tx()
|
D | wlan_hdd_scan.c | 1140 request->no_cck = in __wlan_hdd_cfg80211_vendor_scan()
|
D | wlan_hdd_ioctl.c | 836 params.no_cck = 1; in hdd_sendactionframe()
|
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/ |
D | wlan_p2p_public_struct.h | 156 uint32_t no_cck; member
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
D | wlan_p2p_off_chan_tx.h | 191 bool no_cck; member
|
D | wlan_p2p_off_chan_tx.c | 1988 tx_ctx->off_chan, tx_ctx->no_cck, in p2p_dump_tx_queue() 2008 tx_ctx->off_chan, tx_ctx->no_cck, in p2p_dump_tx_queue() 3209 tx_ctx->no_cck, tx_ctx->no_ack, tx_ctx->duration); in p2p_process_mgmt_tx()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/scan/src/ |
D | wlan_cfg80211_scan.c | 1593 if (is_p2p_scan && request->no_cck) in wlan_cfg80211_scan()
|