Searched refs:NL80211_NAN_FUNC_SERVICE_INFO (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1456 NL80211_NAN_FUNC_SERVICE_INFO, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 6413 * @NL80211_NAN_FUNC_SERVICE_INFO: array of bytes describing the service 6441 NL80211_NAN_FUNC_SERVICE_INFO, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 6934 * @NL80211_NAN_FUNC_SERVICE_INFO: array of bytes describing the service 6962 NL80211_NAN_FUNC_SERVICE_INFO, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1602 NL80211_NAN_FUNC_SERVICE_INFO, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1590 NL80211_NAN_FUNC_SERVICE_INFO, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 859 [NL80211_NAN_FUNC_SERVICE_INFO] = { .type = NLA_BINARY, 13035 if (tb[NL80211_NAN_FUNC_SERVICE_INFO]) { in nl80211_nan_add_func() 13037 nla_len(tb[NL80211_NAN_FUNC_SERVICE_INFO]); in nl80211_nan_add_func() 13039 kmemdup(nla_data(tb[NL80211_NAN_FUNC_SERVICE_INFO]), in nl80211_nan_add_func() 13344 nla_put(msg, NL80211_NAN_FUNC_SERVICE_INFO, match->info_len, in cfg80211_nan_match()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 954 [NL80211_NAN_FUNC_SERVICE_INFO] = { .type = NLA_BINARY, 14442 if (tb[NL80211_NAN_FUNC_SERVICE_INFO]) { in nl80211_nan_add_func() 14444 nla_len(tb[NL80211_NAN_FUNC_SERVICE_INFO]); in nl80211_nan_add_func() 14446 kmemdup(nla_data(tb[NL80211_NAN_FUNC_SERVICE_INFO]), in nl80211_nan_add_func() 14751 nla_put(msg, NL80211_NAN_FUNC_SERVICE_INFO, match->info_len, in cfg80211_nan_match()
|
Completed in 78 milliseconds