Searched refs:NL80211_NAN_FUNC_INSTANCE_ID (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | nl80211.h | 5732 NL80211_NAN_FUNC_INSTANCE_ID, enumerator
|
/Linux-v4.19/net/wireless/ |
D | nl80211.c | 548 [NL80211_NAN_FUNC_INSTANCE_ID] = { .type = NLA_U8 }, 11964 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, in nl80211_nan_add_func() 12085 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match() 12095 nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->peer_inst_id)) in cfg80211_nan_match() 12160 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()
|