/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | scan.c | 129 bool no_cck) in iwl_mvm_scan_rate_n_flags() argument 138 if (band == IEEE80211_BAND_2GHZ && !no_cck) in iwl_mvm_scan_rate_n_flags() 636 bool no_cck) in iwl_mvm_unified_scan_fill_tx_cmd() argument 642 no_cck); in iwl_mvm_unified_scan_fill_tx_cmd() 649 no_cck); in iwl_mvm_unified_scan_fill_tx_cmd() 841 iwl_mvm_unified_scan_fill_tx_cmd(mvm, cmd->tx_cmd, req->req.no_cck); in iwl_mvm_unified_scan_lmac()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 227 if (wl->scan.req->no_cck) { in wl1271_scan_stm() 244 if (wl->scan.req->no_cck) { in wl1271_scan_stm()
|
/linux-4.1.27/net/mac80211/ |
D | scan.c | 298 local->hw_scan_req->req.no_cck = req->no_cck; in ieee80211_prep_hw_scan() 488 if (scan_req->no_cck) in ieee80211_scan_state_send_probe()
|
D | cfg.c | 3267 if (params->no_cck) in ieee80211_mgmt_tx()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 1057 request->no_cck, in ath6kl_cfg80211_scan() 3096 bool no_cck) in ath6kl_mgmt_powersave_ap() argument 3126 mgmt_buf->no_cck = no_cck; in ath6kl_mgmt_powersave_ap() 3183 bool no_cck = params->no_cck; in ath6kl_mgmt_tx() local 3225 &more_data, no_cck); in ath6kl_mgmt_tx() 3231 wait, buf, len, no_cck); in ath6kl_mgmt_tx()
|
D | wmi.h | 854 __le32 no_cck; member 2370 __le32 no_cck; member 2574 s8 num_chan, u16 *ch_list, u32 no_cck, 2705 u32 no_cck);
|
D | wmi.c | 2002 s8 num_chan, u16 *ch_list, u32 no_cck, u32 *rates) in ath6kl_wmi_beginscan_cmd() argument 2043 sc->no_cck = cpu_to_le32(no_cck); in ath6kl_wmi_beginscan_cmd() 3674 u16 data_len, u32 no_cck) in __ath6kl_wmi_send_mgmt_cmd() argument 3705 p->no_cck = cpu_to_le32(no_cck); in __ath6kl_wmi_send_mgmt_cmd() 3714 u32 no_cck) in ath6kl_wmi_send_mgmt_cmd() argument 3729 no_cck); in ath6kl_wmi_send_mgmt_cmd()
|
D | core.h | 407 bool no_cck; member
|
D | main.c | 898 mgmt_buf->len, mgmt_buf->no_cck); in ath6kl_pspoll_event()
|
D | txrx.c | 1480 mgmt->no_cck); in ath6kl_rx()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 97 if (req->no_cck) in wl18xx_scan_send()
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 1778 __field(bool, no_cck) 1787 __entry->no_cck = params->no_cck; 1794 BOOL_TO_STR(__entry->no_cck), 2610 __field(bool, no_cck) 2624 __entry->no_cck = request->no_cck;
|
D | nl80211.c | 5936 request->no_cck = in nl80211_trigger_scan() 8367 params.no_cck = nla_get_flag(info->attrs[NL80211_ATTR_TX_NO_CCK_RATE]); in nl80211_tx_mgmt()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | scan.c | 210 if (priv->scan.req->no_cck) in cw1200_scan_work()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 768 if ((priv->scan_request && priv->scan_request->no_cck) || in iwlagn_request_scan()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 1472 bool no_cck; member 2133 bool no_cck; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 972 if (req->no_cck) in ath_scan_send_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3735 if (!req->no_cck) in ath10k_hw_scan()
|