Home
last modified time | relevance | path

Searched refs:ratemask (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2x00dev.c882 .ratemask = BIT(0),
889 .ratemask = BIT(1),
896 .ratemask = BIT(2),
903 .ratemask = BIT(3),
910 .ratemask = BIT(4),
917 .ratemask = BIT(5),
924 .ratemask = BIT(6),
931 .ratemask = BIT(7),
938 .ratemask = BIT(8),
945 .ratemask = BIT(9),
[all …]
A Drt2x00lib.h36 unsigned short ratemask; member
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dwmi.c2006 u32 ratemask; in ath6kl_wmi_beginscan_cmd() local
2045 ratemask = rates[band]; in ath6kl_wmi_beginscan_cmd()
2050 if ((BIT(i) & ratemask) == 0) in ath6kl_wmi_beginscan_cmd()
2761 memset(&ratemask, 0, sizeof(ratemask)); in ath6kl_set_bitrate_mask64()
2768 ratemask[band] = in ath6kl_set_bitrate_mask64()
2781 ratemask[0], ratemask[1]); in ath6kl_set_bitrate_mask64()
2796 cmd->ratemask[mode] = cpu_to_le64(ratemask[band]); in ath6kl_set_bitrate_mask64()
2813 memset(&ratemask, 0, sizeof(ratemask)); in ath6kl_set_bitrate_mask32()
2820 ratemask[band] = in ath6kl_set_bitrate_mask32()
2831 ratemask[0], ratemask[1]); in ath6kl_set_bitrate_mask32()
[all …]
A Dwmi.h1111 __le32 ratemask[WMI_RATES_MODE_MAX]; member
1116 __le64 ratemask[WMI_RATES_MODE_MAX]; member
/linux-6.3-rc2/net/mac80211/
A Dscan.c631 u32 ratemask, u32 flags, u32 tx_flags, in ieee80211_send_scan_probe_req() argument
636 skb = ieee80211_build_probe_req(sdata, src, dst, ratemask, channel, in ieee80211_send_scan_probe_req()
A Dieee80211_i.h2397 u32 ratemask,
A Dutil.c2212 u32 ratemask, in ieee80211_build_probe_req() argument
2242 rate_masks[chan->band] = ratemask; in ieee80211_build_probe_req()
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dmac.c1278 u32 ratemask; in ath12k_peer_assoc_h_rates() local
1289 ratemask = sta->deflink.supp_rates[band]; in ath12k_peer_assoc_h_rates()
1290 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath12k_peer_assoc_h_rates()
1295 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath12k_peer_assoc_h_rates()
1296 if (!(ratemask & 1)) in ath12k_peer_assoc_h_rates()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dmac.c1633 u32 ratemask; in ath11k_peer_assoc_h_rates() local
1644 ratemask = sta->deflink.supp_rates[band]; in ath11k_peer_assoc_h_rates()
1645 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath11k_peer_assoc_h_rates()
1650 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath11k_peer_assoc_h_rates()
1651 if (!(ratemask & 1)) in ath11k_peer_assoc_h_rates()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dmac.c2250 u32 ratemask; in ath10k_peer_assoc_h_rates() local
2261 ratemask = sta->deflink.supp_rates[band]; in ath10k_peer_assoc_h_rates()
2262 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates()
2267 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath10k_peer_assoc_h_rates()
2268 if (!(ratemask & 1)) in ath10k_peer_assoc_h_rates()
/linux-6.3-rc2/Documentation/networking/
A Dip-sysctl.rst2689 ratemask - list of comma separated ranges
2690 For ICMPv6 message types matching the ranges in the ratemask, limit

Completed in 87 milliseconds