NL80211_NAN_FUNC_INSTANCE_ID
[NL80211_NAN_FUNC_INSTANCE_ID] = { .type = NLA_U8 },
if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID,
if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id))
nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->peer_inst_id))
if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) ||