/linux-3.4.99/net/mac80211/ |
D | scan.c | 288 local->hw_scan_req->no_cck = req->no_cck; in ieee80211_prep_hw_scan() 618 local->scan_req->no_cck); in ieee80211_scan_state_send_probe()
|
D | util.c | 1118 u32 ratemask, bool directed, bool no_cck) in ieee80211_send_probe_req() argument 1125 if (no_cck) in ieee80211_send_probe_req()
|
D | ieee80211_i.h | 1459 u32 ratemask, bool directed, bool no_cck);
|
D | cfg.c | 2033 const u8 *buf, size_t len, bool no_cck, in ieee80211_mgmt_tx() argument 2066 if (no_cck) in ieee80211_mgmt_tx()
|
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 957 request->no_cck, in ath6kl_cfg80211_scan() 2687 bool no_cck) in ath6kl_mgmt_powersave_ap() argument 2717 mgmt_buf->no_cck = no_cck; in ath6kl_mgmt_powersave_ap() 2754 const u8 *buf, size_t len, bool no_cck, in ath6kl_mgmt_tx() argument 2792 len, &more_data, no_cck); in ath6kl_mgmt_tx() 2799 buf, len, no_cck); in ath6kl_mgmt_tx()
|
D | wmi.h | 825 __le32 no_cck; member 2204 __le32 no_cck; member 2413 s8 num_chan, u16 *ch_list, u32 no_cck, 2526 u32 no_cck);
|
D | wmi.c | 1815 s8 num_chan, u16 *ch_list, u32 no_cck, u32 *rates) in ath6kl_wmi_beginscan_cmd() argument 1845 sc->no_cck = cpu_to_le32(no_cck); in ath6kl_wmi_beginscan_cmd() 3264 u16 data_len, u32 no_cck) in __ath6kl_wmi_send_mgmt_cmd() argument 3294 p->no_cck = cpu_to_le32(no_cck); in __ath6kl_wmi_send_mgmt_cmd() 3303 u32 no_cck) in ath6kl_wmi_send_mgmt_cmd() argument 3318 no_cck); in ath6kl_wmi_send_mgmt_cmd()
|
D | core.h | 306 bool no_cck; member
|
D | main.c | 852 mgmt_buf->len, mgmt_buf->no_cck); in ath6kl_pspoll_event()
|
D | txrx.c | 1449 mgmt->no_cck); in ath6kl_rx()
|
/linux-3.4.99/drivers/net/wireless/wl12xx/ |
D | scan.c | 271 if (wl->scan.req->no_cck) { in wl1271_scan_stm() 288 if (wl->scan.req->no_cck) { in wl1271_scan_stm()
|
/linux-3.4.99/net/wireless/ |
D | core.h | 376 const u8 *buf, size_t len, bool no_cck,
|
D | mlme.c | 721 const u8 *buf, size_t len, bool no_cck, in cfg80211_mlme_mgmt_tx() argument 813 wait, buf, len, no_cck, dont_wait_for_ack, in cfg80211_mlme_mgmt_tx()
|
D | nl80211.c | 3874 request->no_cck = in nl80211_trigger_scan() 5623 bool offchan, no_cck, dont_wait_for_ack; in nl80211_tx_mgmt() local 5665 no_cck = nla_get_flag(info->attrs[NL80211_ATTR_TX_NO_CCK_RATE]); in nl80211_tx_mgmt() 5690 no_cck, dont_wait_for_ack, &cookie); in nl80211_tx_mgmt()
|
/linux-3.4.99/include/net/ |
D | cfg80211.h | 928 bool no_cck; member 1656 const u8 *buf, size_t len, bool no_cck,
|
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-scan.c | 743 if ((priv->scan_request && priv->scan_request->no_cck) || in iwlagn_request_scan()
|