Lines Matching defs:mask

420  * @types_mask: interface types mask
781 * @mask: bitmap of attributes indicating which parameter changed,
789 * @txrate_type: Tx bitrate mask type
795 u64 mask;
1914 * @sta_flags: station flags mask & values
2507 * @mac_addr_mask: MAC address mask used with randomisation, bits that
2508 * are 0 in the mask should be randomised, bits that are 1 should
2549 static inline void get_random_mask_addr(u8 *buf, const u8 *addr, const u8 *mask)
2555 buf[i] &= ~mask[i];
2556 buf[i] |= addr[i] & mask[i];
2632 * @mac_addr_mask: MAC address mask used with randomisation, bits that
2633 * are 0 in the mask should be randomised, bits that are 1 should
2954 * @vht_capa_mask: VHT capability mask indicating which fields to use
2962 * @s1g_capa_mask: S1G capability override mask
3294 * @mask: bitmask where to match pattern and where to ignore bytes,
3300 * Internal note: @mask and @pattern are allocated in one chunk of
3301 * memory, free @mask only!
3304 const u8 *mask, *pattern;
3324 * @wake_mask: wakeup payload match mask
3928 * @mac_addr_mask: MAC address mask used for randomisation, bits that
3929 * are 0 in the mask should be randomised, bits that are 1 should
4106 * The mask is a bitfield which tells us which parameters to
4224 * @set_bitrate_mask: set the bitrate mask configuration
4258 * reject TX/RX mask combinations they cannot support by returning -EINVAL
4491 struct net_device *dev, u32 mask,
4568 const struct cfg80211_bitrate_mask *mask);
5141 * @extended_capabilities_mask: mask of the valid values
5252 * set this to a mask with variable bits set to 1, e.g. if the last
5255 * interfaces not matching the mask being rejected to be brought up.
5259 * by default for perm_addr. In this case, the mask should be set to
5358 * @extended_capabilities_mask: mask of the valid values
6990 u64 mask = GENMASK_ULL(max_bssid - 1, 0);
6993 new_bssid_u64 = bssid_u64 & ~mask;
6995 new_bssid_u64 |= ((bssid_u64 & mask) + mbssid_index) & mask;
7752 * @valid_links: For MLO connection, BIT mask of the valid link ids. Otherwise
7937 * @valid_links: For MLO roaming, BIT mask of the new valid links is set.
9238 * @link_mask: BIT mask of removed STA MLD setup link IDs.