Searched refs:NL80211_NAN_FUNC_INSTANCE_ID (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/uapi/linux/ |
D | nl80211.h | 6966 NL80211_NAN_FUNC_INSTANCE_ID, enumerator
|
/Linux-v6.6/net/wireless/ |
D | nl80211.c | 959 [NL80211_NAN_FUNC_INSTANCE_ID] = { .type = NLA_U8 }, 14594 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, in nl80211_nan_add_func() 14716 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match() 14727 nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->peer_inst_id)) in cfg80211_nan_match() 14792 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()
|