Searched refs:NL80211_NAN_SRF_BF (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnl80211.h7125 * @NL80211_NAN_SRF_BF: Bloom Filter. Present if and only if
7128 * %NL80211_NAN_SRF_BF is present. This is a u8.
7130 * and only if %NL80211_NAN_SRF_BF isn't present. This is a nested
7138 NL80211_NAN_SRF_BF, enumerator in enum:nl80211_nan_srf_attributes
/linux-master/net/wireless/
H A Dnl80211.c964 [NL80211_NAN_SRF_BF] = { .type = NLA_BINARY,
14491 if (srf_tb[NL80211_NAN_SRF_BF]) {
14499 nla_len(srf_tb[NL80211_NAN_SRF_BF]);
14501 kmemdup(nla_data(srf_tb[NL80211_NAN_SRF_BF]),

Completed in 240 milliseconds