Searched refs:NL80211_NAN_FUNC_INSTANCE_ID (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ |
H A D | nl80211.h | 7199 * @NL80211_NAN_FUNC_INSTANCE_ID: The instance ID of the function. 7223 NL80211_NAN_FUNC_INSTANCE_ID, enumerator
|
/linux/net/wireless/ |
H A D | nl80211.c | 1001 [NL80211_NAN_FUNC_INSTANCE_ID] = { .type = NLA_U8 }, 15452 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, in nl80211_nan_add_func() 15574 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match() 15585 nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->peer_inst_id)) in cfg80211_nan_match() 15650 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()
|