Searched refs:ratemask (Results 1 – 11 of 11) sorted by relevance
| /linux/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/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() 2758 u64 mcsrate, ratemask[ATH6KL_NUM_BANDS]; in ath6kl_set_bitrate_mask64() local 2761 memset(&ratemask, 0, sizeof(ratemask)); in ath6kl_set_bitrate_mask64() 2766 ratemask[band] = mask->control[band].legacy; in ath6kl_set_bitrate_mask64() 2768 ratemask[band] = in ath6kl_set_bitrate_mask64() 2775 ratemask[band] |= mcsrate << 12; in ath6kl_set_bitrate_mask64() 2776 ratemask[band] |= mcsrate << 28; in ath6kl_set_bitrate_mask64() 2781 ratemask[0], ratemask[1]); in ath6kl_set_bitrate_mask64() [all …]
|
| H A D | wmi.h | 1111 __le32 ratemask[WMI_RATES_MODE_MAX]; member 1116 __le64 ratemask[WMI_RATES_MODE_MAX]; member
|
| /linux/net/mac80211/ |
| H A D | scan.c | 664 u32 ratemask, u32 flags, u32 tx_flags, in ieee80211_send_scan_probe_req() argument 669 skb = ieee80211_build_probe_req(sdata, src, dst, ratemask, channel, in ieee80211_send_scan_probe_req()
|
| H A D | util.c | 1530 u32 ratemask, in ieee80211_build_probe_req() argument 1559 rate_masks[chan->band] = ratemask; in ieee80211_build_probe_req()
|
| H A D | ieee80211_i.h | 2642 u32 ratemask,
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 2274 u32 ratemask; in ath10k_peer_assoc_h_rates() local 2285 ratemask = sta->deflink.supp_rates[band]; in ath10k_peer_assoc_h_rates() 2286 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates() 2291 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath10k_peer_assoc_h_rates() 2292 if (!(ratemask & 1)) in ath10k_peer_assoc_h_rates()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1901 u32 ratemask; in ath11k_peer_assoc_h_rates() local 1912 ratemask = sta->deflink.supp_rates[band]; in ath11k_peer_assoc_h_rates() 1913 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath11k_peer_assoc_h_rates() 1918 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath11k_peer_assoc_h_rates() 1919 if (!(ratemask & 1)) in ath11k_peer_assoc_h_rates()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2102 u32 ratemask; in ath12k_peer_assoc_h_rates() local 2120 ratemask = link_sta->supp_rates[band]; in ath12k_peer_assoc_h_rates() 2121 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath12k_peer_assoc_h_rates() 2126 for (i = 0; i < 32; i++, ratemask >>= 1, rates++) { in ath12k_peer_assoc_h_rates() 2127 if (!(ratemask & 1)) in ath12k_peer_assoc_h_rates()
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 3245 ratemask - list of comma separated ranges 3246 For ICMPv6 message types matching the ranges in the ratemask, limit
|