Lines Matching defs:match
2211 * struct cfg80211_match_set - sets of attributes to match
2213 * @ssid: SSID to be matched; may be zero-length in case of BSSID match
2214 * or no match (RSSI only)
2215 * @bssid: BSSID to be matched; may be all-zero BSSID in case of SSID match
2216 * or no match (RSSI only)
2250 * @band: band of BSS which should match for RSSI level adjustment.
2273 * @n_match_sets: number of match sets
2365 * received; should match the time when the frame was actually
2898 * @mask: bitmask where to match pattern and where to ignore bytes,
2900 * @pattern: bytes to match where bitmask is 1
2926 * @wake_len: wakeup payload match length
2927 * @wake_data: wakeup payload match data
2928 * @wake_mask: wakeup payload match mask
3006 * struct cfg80211_wowlan_nd_match - information about the match
3008 * @ssid: SSID of the match that triggered the wake up
3009 * @n_channels: Number of channels where the match occurred. This
3011 * @channels: center frequencies of the channels where a match
3023 * @n_matches: Number of match information instances provided in
3025 * match information.
3046 * @packet_80211: For pattern match, magic packet and other data
4431 * and AP types must match. This is required only in special cases.
4763 * @max_match_sets: maximum number of match sets the device can handle
5674 * cfg80211_find_elem_match - match information element and byte array in data
5679 * @match: byte array to match
5680 * @match_len: number of bytes in the match array
5681 * @match_offset: offset in the IE data where the byte array should match.
5688 * data) or if the byte array doesn't match; otherwise return the
5693 * byte array to match.
5697 const u8 *match, unsigned int match_len,
5701 * cfg80211_find_ie_match - match information element and byte array in data
5706 * @match: byte array to match
5707 * @match_len: number of bytes in the match array
5708 * @match_offset: offset in the IE where the byte array should match.
5716 * data) or if the byte array doesn't match, or a pointer to the first
5722 * byte array to match.
5726 const u8 *match, unsigned int match_len,
5737 match, match_len,
5751 * data) or if the byte array doesn't match; otherwise return the
5792 * data) or if the byte array doesn't match; otherwise return the
7858 * struct cfg80211_nan_match_params - NAN match parameters
7859 * @type: the type of the function that triggered a match. If it is
7882 * cfg80211_nan_match - report a match for a NAN function.
7883 * @wdev: the wireless device reporting the match
7884 * @match: match notification parameters
7887 * This function reports that the a NAN function had a match. This
7888 * can be a subscribe that had a match or a solicited publish that
7892 struct cfg80211_nan_match_params *match, gfp_t gfp);
7897 * @wdev: the wireless device reporting the match