Searched refs:ratemask (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00dev.c | 883 .ratemask = BIT(0), 890 .ratemask = BIT(1), 897 .ratemask = BIT(2), 904 .ratemask = BIT(3), 911 .ratemask = BIT(4), 918 .ratemask = BIT(5), 925 .ratemask = BIT(6), 932 .ratemask = BIT(7), 939 .ratemask = BIT(8), 946 .ratemask = BIT(9), [all …]
|
| H A D | rt2x00lib.h | 36 unsigned short ratemask; member
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 2006 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 …]
|
| H A D | wmi.h | 1111 __le32 ratemask[WMI_RATES_MODE_MAX]; member 1116 __le64 ratemask[WMI_RATES_MODE_MAX]; member
|
| /linux-6.15/net/mac80211/ |
| H A D | scan.c | 634 u32 ratemask, u32 flags, u32 tx_flags, in ieee80211_send_scan_probe_req() argument 639 skb = ieee80211_build_probe_req(sdata, src, dst, ratemask, channel, in ieee80211_send_scan_probe_req()
|
| H A D | util.c | 1474 u32 ratemask, in ieee80211_build_probe_req() argument 1503 rate_masks[chan->band] = ratemask; in ieee80211_build_probe_req()
|
| H A D | ieee80211_i.h | 2571 u32 ratemask,
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 2245 u32 ratemask; in ath10k_peer_assoc_h_rates() local 2256 ratemask = sta->deflink.supp_rates[band]; in ath10k_peer_assoc_h_rates() 2257 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates() 2262 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath10k_peer_assoc_h_rates() 2263 if (!(ratemask & 1)) in ath10k_peer_assoc_h_rates()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1895 u32 ratemask; in ath11k_peer_assoc_h_rates() local 1906 ratemask = sta->deflink.supp_rates[band]; in ath11k_peer_assoc_h_rates() 1907 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath11k_peer_assoc_h_rates() 1912 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath11k_peer_assoc_h_rates() 1913 if (!(ratemask & 1)) in ath11k_peer_assoc_h_rates()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2029 u32 ratemask; in ath12k_peer_assoc_h_rates() local 2047 ratemask = link_sta->supp_rates[band]; in ath12k_peer_assoc_h_rates() 2048 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath12k_peer_assoc_h_rates() 2053 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath12k_peer_assoc_h_rates() 2054 if (!(ratemask & 1)) in ath12k_peer_assoc_h_rates()
|
| /linux-6.15/Documentation/networking/ |
| H A D | ip-sysctl.rst | 2847 ratemask - list of comma separated ranges 2848 For ICMPv6 message types matching the ranges in the ratemask, limit
|