Home
last modified time | relevance | path

Searched refs:no_cck (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.c217 if (wl->scan.req->no_cck) { in wl1271_scan_stm()
234 if (wl->scan.req->no_cck) { in wl1271_scan_stm()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dscan.c69 if (req->no_cck) in mt76_scan_send_probe()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.c87 if (req->no_cck) in wl18xx_scan_send()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h854 __le32 no_cck; member
2370 __le32 no_cck; member
2574 s8 num_chan, u16 *ch_list, u32 no_cck,
2705 u32 no_cck);
H A Dcfg80211.c1064 request->no_cck, in ath6kl_cfg80211_scan()
3110 bool no_cck) in ath6kl_mgmt_powersave_ap() argument
3140 mgmt_buf->no_cck = no_cck; in ath6kl_mgmt_powersave_ap()
3197 bool no_cck = params->no_cck; in ath6kl_mgmt_tx() local
3239 &more_data, no_cck); in ath6kl_mgmt_tx()
3245 wait, buf, len, no_cck); in ath6kl_mgmt_tx()
H A Dwmi.c1997 s8 num_chan, u16 *ch_list, u32 no_cck, u32 *rates) in ath6kl_wmi_beginscan_cmd() argument
2033 sc->no_cck = cpu_to_le32(no_cck); in ath6kl_wmi_beginscan_cmd()
3669 u16 data_len, u32 no_cck) in __ath6kl_wmi_send_mgmt_cmd() argument
3699 p->no_cck = cpu_to_le32(no_cck); in __ath6kl_wmi_send_mgmt_cmd()
3708 u32 no_cck) in ath6kl_wmi_send_mgmt_cmd() argument
3723 no_cck); in ath6kl_wmi_send_mgmt_cmd()
H A Dcore.h407 bool no_cck; member
H A Dtxrx.c1479 mgmt->no_cck); in ath6kl_rx()
/linux/net/mac80211/
H A Dscan.c430 local->hw_scan_req->req.no_cck = req->no_cck; in ieee80211_prep_hw_scan()
693 if (scan_req->no_cck) in ieee80211_scan_state_send_probe()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.c102 bool no_cck; member
1472 params.no_cck = req->no_cck; in _iwl_mld_single_scan_start()
1663 params.no_cck = false; in iwl_mld_sched_scan_start()
/linux/drivers/net/wireless/st/cw1200/
H A Dscan.c209 if (priv->scan.req->no_cck) in cw1200_scan_work()
/linux/net/wireless/
H A Dtrace.h2182 __field(bool, no_cck)
2191 __entry->no_cck = params->no_cck;
2198 BOOL_TO_STR(__entry->no_cck),
3732 __field(bool, no_cck)
3748 __entry->no_cck = request->req.no_cck;
H A Dnl80211.c10185 request->req.no_cck = in nl80211_trigger_scan()
13487 params.no_cck = nla_get_flag(info->attrs[NL80211_ATTR_TX_NO_CCK_RATE]); in nl80211_tx_mgmt()
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c290 if (req->no_cck) in wfx_hif_scan()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c746 if ((priv->scan_request && priv->scan_request->no_cck) || in iwlagn_request_scan()
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1000 if (req->no_cck) in ath_scan_send_probe()
/linux/include/net/
H A Dcfg80211.h2778 * @no_cck: used to send probe requests at non CCK rate in 2GHz band
2813 bool no_cck; member
3824 * @no_cck: don't use cck rates for this frame
3838 bool no_cck; member
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c2220 SCAN_OFFLOAD_SET_NO_CCK_EN(h2c_pkt, req->no_cck); in rtw_fw_set_scan_offload()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c5869 if (!wowlan && req->no_cck) { in rtw89_fw_h2c_scan_offload_be()