Lines Matching defs:match
2561 * struct cfg80211_match_set - sets of attributes to match
2563 * @ssid: SSID to be matched; may be zero-length in case of BSSID match
2564 * or no match (RSSI only)
2565 * @bssid: BSSID to be matched; may be all-zero BSSID in case of SSID match
2566 * or no match (RSSI only)
2600 * @band: band of BSS which should match for RSSI level adjustment.
2623 * @n_match_sets: number of match sets
2715 * received; should match the time when the frame was actually
3294 * @mask: bitmask where to match pattern and where to ignore bytes,
3296 * @pattern: bytes to match where bitmask is 1
3322 * @wake_len: wakeup payload match length
3323 * @wake_data: wakeup payload match data
3324 * @wake_mask: wakeup payload match mask
3402 * struct cfg80211_wowlan_nd_match - information about the match
3404 * @ssid: SSID of the match that triggered the wake up
3405 * @n_channels: Number of channels where the match occurred. This
3407 * @channels: center frequencies of the channels where a match
3419 * @n_matches: Number of match information instances provided in
3421 * match information.
3442 * @packet_80211: For pattern match, magic packet and other data
4944 * and AP types must match. This is required only in special cases.
5292 * @max_match_sets: maximum number of match sets the device can handle
6512 * cfg80211_find_elem_match - match information element and byte array in data
6517 * @match: byte array to match
6518 * @match_len: number of bytes in the match array
6519 * @match_offset: offset in the IE data where the byte array should match.
6526 * data) or if the byte array doesn't match; otherwise return the
6531 * byte array to match.
6535 const u8 *match, unsigned int match_len,
6539 * cfg80211_find_ie_match - match information element and byte array in data
6544 * @match: byte array to match
6545 * @match_len: number of bytes in the match array
6546 * @match_offset: offset in the IE where the byte array should match.
6554 * data) or if the byte array doesn't match, or a pointer to the first
6560 * byte array to match.
6564 const u8 *match, unsigned int match_len,
6575 match, match_len,
6589 * data) or if the byte array doesn't match; otherwise return the
6630 * data) or if the byte array doesn't match; otherwise return the
8974 * struct cfg80211_nan_match_params - NAN match parameters
8975 * @type: the type of the function that triggered a match. If it is
8998 * cfg80211_nan_match - report a match for a NAN function.
8999 * @wdev: the wireless device reporting the match
9000 * @match: match notification parameters
9003 * This function reports that the a NAN function had a match. This
9004 * can be a subscribe that had a match or a solicited publish that
9008 struct cfg80211_nan_match_params *match, gfp_t gfp);
9013 * @wdev: the wireless device reporting the match